摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QButtonGroup> #include <QCheckBox> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-21 20:00 红莲教主 阅读(3865) 评论(0) 推荐(0)
摘要: 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 红莲教主 阅读(940) 评论(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 红莲教主 阅读(5825) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QRadioButton> #include <QButtonGroup> class MainWindow : public QMainWindow 阅读全文
posted @ 2016-02-22 22:22 红莲教主 阅读(13676) 评论(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 红莲教主 阅读(6556) 评论(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 红莲教主 阅读(31865) 评论(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 红莲教主 阅读(4096) 评论(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 红莲教主 阅读(3749) 评论(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 红莲教主 阅读(10675) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QFocusFrame> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 17:27 红莲教主 阅读(4844) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QSpinBox> #include <QDoubleSpinBox> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 16:59 红莲教主 阅读(5413) 评论(0) 推荐(0)