From efddb5166089573f9b2508d30b217ddebbb2fab2 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 08 十月 2024 22:48:55 +0800 Subject: [PATCH] 1008 --- internal_system_v1/clientmainwindow.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index 1331f8b..d36e45f 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -41,6 +41,11 @@ void calc(); // 缁熻缁撴灉锛屽澶勫湴鏂硅Е鍙戜簡鑷姩璋冪敤 void searchComName(); + void delay(int msec); // 寤舵椂澶勭悊 + +signals: + void loadExcelSignal(); + private slots: void on_pushButton_auditPro_clicked(); -- Gitblit v1.8.0