摘要:
MyPushButton.h: #ifndef MYPUSHBUTTON_H #define MYPUSHBUTTON_H #include<QPushButton> #include<QEvent> #include<QMouseEvent> class MyPushButton : public 阅读全文
posted @ 2020-07-08 23:33
sunshine_gzw
阅读(163)
评论(0)
推荐(0)
摘要:
widget.h: #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include<QLineEdit> class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *pa 阅读全文
posted @ 2020-07-08 15:35
sunshine_gzw
阅读(118)
评论(0)
推荐(0)
摘要:
widget.h: #ifndef WIDGET_H #define WIDGET_H #include <QWidget> class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *parent = 0); ~Widget() 阅读全文
posted @ 2020-07-08 14:45
sunshine_gzw
阅读(422)
评论(0)
推荐(0)
摘要:
widget.h: #ifndef WIDGET_H #define WIDGET_H #include <QWidget> class Widget : public QWidget { Q_OBJECT public slots: void showFontDialog(); public: W 阅读全文
posted @ 2020-07-08 12:48
sunshine_gzw
阅读(335)
评论(0)
推荐(0)
摘要:
widget.h: #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include<QString> class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *pare 阅读全文
posted @ 2020-07-08 11:27
sunshine_gzw
阅读(270)
评论(0)
推荐(0)

浙公网安备 33010602011771号