From aa013c2f4e69e2ba4eb72081dc004d8334d59257 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 28 十月 2024 23:15:27 +0800 Subject: [PATCH] 1028 --- internal_system_v1/converinfo2.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/converinfo2.h b/internal_system_v1/converinfo2.h index 57085c6..6605179 100644 --- a/internal_system_v1/converinfo2.h +++ b/internal_system_v1/converinfo2.h @@ -27,6 +27,15 @@ void addTreeWidgetNode(QVariant upName, QVariant name); void createTreeNode(); + // 澶勭悊婊氳疆鐨勬搷浣滐紝绂佺敤涓嬫媺妗嗙殑婊氳疆浜嬩欢 + void disableWheelEvent(); + + bool eventFilter(QObject *watched, QEvent *event); + +signals: + void loadFinished(); // 鍔犺浇瀹屾垚鐨勪俊鍙� + void loadProgress(int); // 鍔犺浇杩涘害 + private slots: void showMenu(QPoint p); void addInfo(); @@ -37,6 +46,8 @@ void on_pushButton_laodFile_clicked(); + void showExcelSlot(); // 鍔犺浇鏄剧ず鐢靛瓙琛ㄦ牸鐨勬Ы + private: Ui::ConverInfo2 *ui; QMenu *m_menu; -- Gitblit v1.8.0