From e77bddbba9af4535e0c51058c1708987a5512f0c Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 19 九月 2023 23:21:11 +0800 Subject: [PATCH] 0919-2 --- internal_system_v1/problemmoney.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemmoney.h b/internal_system_v1/problemmoney.h index e7be187..84ccd40 100644 --- a/internal_system_v1/problemmoney.h +++ b/internal_system_v1/problemmoney.h @@ -2,6 +2,8 @@ #define PROBLEMMONEY_H #include <QMainWindow> +#include <QFileDialog> +#include <QVariantList> namespace Ui { class ProblemMoney; @@ -15,8 +17,14 @@ explicit ProblemMoney(QWidget *parent = 0); ~ProblemMoney(); +private slots: + void on_pushButton_clicked(); + + void showData(QVariantList vlist); + private: Ui::ProblemMoney *ui; + int m_comId; }; #endif // PROBLEMMONEY_H -- Gitblit v1.8.0