08 2016 档案

摘要:一、显式地调用uic.exe 如何将UI文件生成头文件 1,将设计的UI文件拷贝到uic.exe的目录下Qt\Qt5.3.2\5.3\mingw482_32\bin. 2, 打开windows的CMD,进入到UIC的目录下:cd C:\Qt\Qt5.3.2\5.3\mingw482_32\bin 3 阅读全文
posted @ 2016-08-31 22:57 heart307 阅读(3042) 评论(0) 推荐(0)
摘要:1 #ifndef DIALOG_H 2 #define DIALOG_H 3 4 #include <QtWidgets> 5 //#include <QDialog> 6 //#include <QLabel> 7 //#include <QCheckBox> 8 //#include <QLi 阅读全文
posted @ 2016-08-30 19:57 heart307 阅读(149) 评论(0) 推荐(0)