07 2023 档案
摘要:##手动调用绘图事件  ####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
阅读全文
摘要:> 很久没写题目了,划点水题 ###A. Love Story ``` #include using namespace std; typedef long long LL; typedef pair PII; const LL MAXN = 1e18; const LL N = 1e6, M =
阅读全文
摘要:``` 创建三个按钮,第一个打开一个新的页面,第二个关闭这个新的页面,第三个共有前两个按钮的功能。 ``` ``` #include "widget.h" #include "ui_widget.h" #include #include Widget::Widget(QWidget *parent)
阅读全文