随笔分类 -  Qt

摘要:FindDialog.h:#ifndef FINDDIALOG_H#define FINDDIALOG_H#include class QCheckBox;class QLabel;class QLineEdit;class QPushButton;class FindDialog : public... 阅读全文
posted @ 2014-05-21 09:21 永久指针 阅读(611) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 6 int main(int argc, char *argv[]) 7 { 8 QApplication app(argc, argv); 9 10 QWidget *windo... 阅读全文
posted @ 2014-05-20 21:54 永久指针 阅读(268) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 7 8 int main(int argc, char **argv) 9 {10 QApplication app(argc, argv);11 12 ... 阅读全文
posted @ 2014-05-20 21:20 永久指针 阅读(159) 评论(0) 推荐(0)
摘要:1:安装mingw。从网上下载了mingw4.4版本,直接解压到安装目录(我的是:C:\mingw)然后添加环境变量:path:C:\mingw\bin;2:安装Qt4.8,安装过程中需要选择编译器的路径即:C:\mingw,无须解释,直接下一步就可以了。3:安装QtCreator,无须解释,直接下... 阅读全文
posted @ 2013-11-23 16:25 永久指针 阅读(1129) 评论(1) 推荐(0)