From 8d02dbd0ba6c82ed15f510651a8aa3f09c19721a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 30 八月 2023 23:18:33 +0800 Subject: [PATCH] 0830 --- 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