随笔分类 - QT
摘要:##手动调用绘图事件  ####widget.h ``` #ifndef WIDGET_H #define WIDG
阅读全文
摘要:##绘图事件  ####widget.h ``` #ifndef WIDGET_H #define WIDGET_H
阅读全文
摘要:##定时器1  ###widget.h ``` #ifndef WIDGET_H #define WIDGET_H
阅读全文
摘要:##自定义封装控件  ###smallWidgt.h ``` #ifndef SMALLWIDGET_H #def
阅读全文
摘要: ``` #include "widget.h" #include "ui_widget.h" #include W
阅读全文
摘要:   ``` #include "mainwindownoui.h" #include #include #include
阅读全文
摘要: ``` #include "mainwindownoui.h" #include #include #inclu
阅读全文
摘要:``` 创建三个按钮,第一个打开一个新的页面,第二个关闭这个新的页面,第三个共有前两个按钮的功能。 ``` ``` #include "widget.h" #include "ui_widget.h" #include #include Widget::Widget(QWidget *parent)
阅读全文