摘要: 界面 代码 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) 编辑