摘要: #ifndef WIDGET_H #define WIDGET_H #include <QWidget> namespace Ui { class Widget; } class Widget : public QWidget { Q_OBJECT public: explicit Widget(Q 阅读全文
posted @ 2024-05-08 22:26 WellMandala 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 新建一个类: 在Main头文件中定义全局变量和槽函数: 实现如下:使用QThread将一个文本框的值切换我是单数/我是复数 #include "mainwindow.h" #include "ui_mainwindow.h" #include <QDateTime> #include <QThrea 阅读全文
posted @ 2024-05-08 21:33 WellMandala 阅读(6) 评论(0) 推荐(0) 编辑