From 6ea2769d53615984e57b26b63b8d56b49c472e26 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 13 九月 2023 22:44:13 +0800 Subject: [PATCH] 0913 --- internal_system_v1/coverinfo.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/coverinfo.h b/internal_system_v1/coverinfo.h index de6ba22..a6f5a75 100644 --- a/internal_system_v1/coverinfo.h +++ b/internal_system_v1/coverinfo.h @@ -3,6 +3,7 @@ #include <QMainWindow> #include "xlsxdocument.h" +#include <QAxObject> namespace Ui { class CoverInfo; @@ -16,8 +17,13 @@ explicit CoverInfo(QWidget *parent = 0); ~CoverInfo(); void readInfo(); + void readDataFromSQL(); +private slots: + void on_comboBox_currentIndexChanged(const QString &arg1); + private: Ui::CoverInfo *ui; + QMap<QString,int> m_com; }; #endif // COVERINFO_H -- Gitblit v1.8.0