摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QLabel> #include <QPixmap> #include <QImage> #include <QScrollArea> class M 阅读全文
posted @ 2016-02-22 22:40 红莲教主 阅读(5761) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QRadioButton> #include <QButtonGroup> class MainWindow : public QMainWindow 阅读全文
posted @ 2016-02-22 22:22 红莲教主 阅读(13599) 评论(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 红莲教主 阅读(6375) 评论(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 红莲教主 阅读(31250) 评论(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 红莲教主 阅读(4045) 评论(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 红莲教主 阅读(3660) 评论(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 红莲教主 阅读(10549) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QFocusFrame> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 17:27 红莲教主 阅读(4648) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QSpinBox> #include <QDoubleSpinBox> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 16:59 红莲教主 阅读(5288) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QDial> class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow( 阅读全文
posted @ 2016-02-22 16:20 红莲教主 阅读(5676) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QDateTime> #include <QDateTimeEdit> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 16:06 红莲教主 阅读(3212) 评论(0) 推荐(0) 编辑
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QTimeEdit> #include <QTime> class MainWindow : public QMainWindow { Q_OBJEC 阅读全文
posted @ 2016-02-22 15:46 红莲教主 阅读(6674) 评论(0) 推荐(0) 编辑