From 6d3efe7ff2afba811dd5f3323527e9fc3342b388 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 08 一月 2024 22:33:46 +0800 Subject: [PATCH] 0108 --- internal_system_v1/punish.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/punish.h b/internal_system_v1/punish.h index 1ce3044..30998b6 100644 --- a/internal_system_v1/punish.h +++ b/internal_system_v1/punish.h @@ -2,6 +2,7 @@ #define PUNISH_H #include <QMainWindow> +#include <QVariantList> namespace Ui { class Punish; @@ -18,8 +19,13 @@ private slots: void on_tableWidget_clicked(const QModelIndex &index); + void on_pushButton_clicked(); + + void showData(QVariantList vlist); + private: Ui::Punish *ui; + int m_comId; }; #endif // PUNISH_H -- Gitblit v1.8.0