上一页 1 2 3 4 5 6 7 8 ··· 29 下一页
摘要: 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QTextBrowser> #include <QVBoxLayout> 阅读全文
posted @ 2022-06-04 17:54 蘑菇王国大聪明 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 继承QThread mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QThread> #include <QDebug> #include <QPushButton> QT 阅读全文
posted @ 2022-06-03 20:47 蘑菇王国大聪明 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 界面 代码 qwcomboboxdelegate.h #ifndef QWCOMBOBOXDELEGATE_H #define QWCOMBOBOXDELEGATE_H #include <QItemDelegate> class QWComboBoxDelegate : public QItemD 阅读全文
posted @ 2022-06-02 18:44 蘑菇王国大聪明 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 界面 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMain 阅读全文
posted @ 2022-06-02 18:39 蘑菇王国大聪明 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 界面 登录窗口 主界面 代码 qdlglogin.h #ifndef QDLGLOGIN_H #define QDLGLOGIN_H #include <QDialog> namespace Ui { class dlgLogin; } class QDlgLogin : public QDialo 阅读全文
posted @ 2022-06-02 11:45 蘑菇王国大聪明 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 界面 代码 qwmainwindow.h #ifndef QWMAINWINDOW_H #define QWMAINWINDOW_H #include <QMainWindow> #include "qformdoc.h" #include <QMdiSubWindow> namespace Ui 阅读全文
posted @ 2022-06-02 11:00 蘑菇王国大聪明 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 界面 代码 qwmainwindow.h #ifndef QWMAINWINDOW_H #define QWMAINWINDOW_H #include <QMainWindow> #include "qformdoc.h" #include "qformtable.h" namespace Ui { 阅读全文
posted @ 2022-06-01 20:34 蘑菇王国大聪明 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 界面 代码 dialog.cpp #include "dialog.h" #include "ui_dialog.h" #include <QFileDialog> #include <QColorDialog> #include <QFontDialog> #include <QInputDial 阅读全文
posted @ 2022-06-01 11:47 蘑菇王国大聪明 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 界面 代码 qperson.h #ifndef QPERSON_H #define QPERSON_H #include <QObject> class QPerson : public QObject { Q_OBJECT Q_CLASSINFO("author", "Shao ZHeming") 阅读全文
posted @ 2022-05-30 10:51 蘑菇王国大聪明 阅读(42) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2022.cnblogs.com/blog/2411020/202205/2411020-20220528103324443-2103291987.png) ![image](https://img2022.cnblogs.com/blog/2411020/202205/2411020-20220528112219438-525113937.png) ![i 阅读全文
posted @ 2022-05-28 11:24 蘑菇王国大聪明 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页