From 5f209bc8ed68bbdb6b7180aaa5bc37acc8545e35 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 08 九月 2023 23:25:29 +0800 Subject: [PATCH] 0908 --- internal_system_v1/problemcount.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemcount.h b/internal_system_v1/problemcount.h index af6f449..2cf0cd0 100644 --- a/internal_system_v1/problemcount.h +++ b/internal_system_v1/problemcount.h @@ -15,8 +15,16 @@ explicit ProblemCount(QWidget *parent = 0); ~ProblemCount(); +private slots: + void on_tableWidget_clicked(const QModelIndex &index); + + void on_tableWidget_activated(const QModelIndex &index); + + void on_pushButton_clicked(); + private: Ui::ProblemCount *ui; + int m_comId; }; #endif // PROBLEMCOUNT_H -- Gitblit v1.8.0