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/problemmoney.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemmoney.h b/internal_system_v1/problemmoney.h index e7be187..8e8fece 100644 --- a/internal_system_v1/problemmoney.h +++ b/internal_system_v1/problemmoney.h @@ -2,6 +2,7 @@ #define PROBLEMMONEY_H #include <QMainWindow> +#include <QFileDialog> namespace Ui { class ProblemMoney; @@ -15,8 +16,12 @@ explicit ProblemMoney(QWidget *parent = 0); ~ProblemMoney(); +private slots: + void on_pushButton_clicked(); + private: Ui::ProblemMoney *ui; + int m_comId; }; #endif // PROBLEMMONEY_H -- Gitblit v1.8.0