Qt默认使用mingw编译,不支持VS编译器,因此,如果需要用VS开发,需要将Qt重新编译.前提:Qt已安装(http://qt.nokia.com/downloads-cn),VS已安装. 1.下载Visual Studio Add-in http://qt.nokia.com/downloads-cn 2.安装Visual Studio Add-in 3.重新编译Qt (1)用Visual Studio Command Prompt进行编译. 开始菜单 --> Microsoft Visua
怎样开发Qt插件,能够在Qt Assistant 中搜索"Qt Plugins"或"How to Create Qt Plugins",看看那篇manual中的介绍. 当中涉及到了几个宏 Q_DECLARE_INTERFACE( ClassName, Identifier) This macro associates the given Identifier (a string literal) to the interface class called Class