摘要: 1 QT += widgets 2 QT += core 3 4 HEADERS += \ 5 mainwindow.h 6 7 SOURCES += \ 8 mainwindow.cpp \ 9 main.cpp #ifndef MAINWINDOW_H #define MAINWINDOW_H #include class Clock : pub... 阅读全文
posted @ 2016-05-16 14:29 红莲教主 阅读(909) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QLabel> #include <QPixmap> #include <QImage> #include <QScrollArea> class M 阅读全文
posted @ 2016-02-22 22:40 红莲教主 阅读(5759) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QRadioButton> #include <QButtonGroup> class MainWindow : public QMainWindow 阅读全文
posted @ 2016-02-22 22:22 红莲教主 阅读(13596) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QProgressBar> class MainWindow : public QMainWindow { Q_OBJECT public: Main 阅读全文
posted @ 2016-02-22 21:50 红莲教主 阅读(6356) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QMenu> #include <QMenuBar> #include <QStatusBar> class MainWindow : public 阅读全文
posted @ 2016-02-22 21:37 红莲教主 阅读(31220) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QLineEdit> #include <QLabel> class MainWindow : public QMainWindow { Q_OBJE 阅读全文
posted @ 2016-02-22 20:39 红莲教主 阅读(4042) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QLabel> #include <QLCDNumber> #include <QPixmap> class MainWindow : public 阅读全文
posted @ 2016-02-22 19:10 红莲教主 阅读(3659) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QFontComboBox> #include <QFont> #include <QLabel> class MainWindow : public 阅读全文
posted @ 2016-02-22 18:30 红莲教主 阅读(10545) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QFocusFrame> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 17:27 红莲教主 阅读(4641) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QSpinBox> #include <QDoubleSpinBox> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 16:59 红莲教主 阅读(5274) 评论(0) 推荐(0) 编辑