摘要: #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)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QDial> class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow( 阅读全文
posted @ 2016-02-22 16:20 红莲教主 阅读(5956) 评论(0) 推荐(0)
摘要: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QDateTime> #include <QDateTimeEdit> class MainWindow : public QMainWindow { 阅读全文
posted @ 2016-02-22 16:06 红莲教主 阅读(3267) 评论(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 红莲教主 阅读(6873) 评论(0) 推荐(0)