From 00f59eb43bc68b59038b154993db9617518d23e8 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 18 八月 2023 23:46:21 +0800 Subject: [PATCH] 0818 --- internal_system_v1/problemcount.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemcount.h b/internal_system_v1/problemcount.h index af6f449..68d3ea3 100644 --- a/internal_system_v1/problemcount.h +++ b/internal_system_v1/problemcount.h @@ -15,6 +15,11 @@ explicit ProblemCount(QWidget *parent = 0); ~ProblemCount(); +private slots: + void on_tableWidget_clicked(const QModelIndex &index); + + void on_tableWidget_activated(const QModelIndex &index); + private: Ui::ProblemCount *ui; }; -- Gitblit v1.8.0