摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QButtonGroup> #include <QCheckBox> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-21 20:00 红莲教主 阅读(3861) 评论(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 红莲教主 阅读(936) 评论(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 红莲教主 阅读(5820) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QRadioButton> #include <QButtonGroup> class MainWindow : public QMainWindow 阅读全文
posted @ 2016-02-22 22:22 红莲教主 阅读(13670) 评论(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 红莲教主 阅读(6552) 评论(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 红莲教主 阅读(31863) 评论(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 红莲教主 阅读(4093) 评论(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 红莲教主 阅读(3746) 评论(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 红莲教主 阅读(10668) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QFocusFrame> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 17:27 红莲教主 阅读(4837) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QSpinBox> #include <QDoubleSpinBox> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 16:59 红莲教主 阅读(5410) 评论(0) 推荐(0)