02 2015 档案
Qt4的项目在转到Qt5时遇到的问题解决方案链接
摘要:官方文档: The Transition from Qt 4.x to Qt 5 阅读全文
posted @ 2015-02-27 16:32 云海空间软件 阅读(294) 评论(0) 推荐(0)
禁止MFC的MDI程序自动创建空白子窗体
摘要:需要在App类的InitInstance()中添加下面的第三行内容即可: CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); cmdInfo.m_nShellCommand = CCommandLineInfo::FileNot... 阅读全文
posted @ 2015-02-27 12:13 云海空间软件 阅读(474) 评论(0) 推荐(0)