
qt
geometry_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
qt boxes
qt openGL 中有一个关于box的示例直接并不能走通 在网上查找原因 // If you didn't add it to the header // The compiler will not find // the perspective view!!! #include "gl/GLU.h"原创 2012-06-05 15:28:17 · 1738 阅读 · 1 评论 -
qt dependant doesn not exist.
问题是这样的,我在 qtcreator 构建的项目中提前一个Dialog到我的另外一个qtcreator 中, 包含qt 的UI和类.h .cpp 文件 加入后弹出一个对话框,大概是资源需不需要添加的意思,没有细看,编译的时候产生一个错误.具体如下: WARNING: Failure to find: Icons.qrc WARNING: Failure to find: Icons.qrc原创 2012-11-23 18:14:08 · 12100 阅读 · 2 评论