
【Qt】
文章平均质量分 83
leeonfield
来看文章的
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Qt的安装以及VS2013Qt插件的添加
配置环境:Qt5.3.2 http://www.qt.io/download-open-source/#section-7原创 2014-11-19 20:10:08 · 3344 阅读 · 0 评论 -
利用Qt的坐标系统绘图
利用Qt绘图: 配置:Win7/64Bit Qt5.3.2 //Dialog.h #ifndef DIALOG_H #define DIALOG_H #include #include class Dialog : public QDialog { Q_OBJECT public: void mousePressEvent(QMouseEvent*); v原创 2014-11-29 11:43:48 · 899 阅读 · 0 评论 -
Qt:Error while building/deploying project
QtError while building/deploying project E1 (kit: Desktop Qt 5.3 MSVC2013 64bit)原创 2014-11-23 14:46:51 · 7261 阅读 · 0 评论