From fb90b6016c0db6e9f45b072854aa9a5d6825a94b Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期三, 08 五月 2024 22:16:20 +0800
Subject: [PATCH] 0508

---
 internal_system_v1/threemergeproblemlist.h |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/internal_system_v1/threemergeproblemlist.h b/internal_system_v1/threemergeproblemlist.h
index 0c694f6..c8be580 100644
--- a/internal_system_v1/threemergeproblemlist.h
+++ b/internal_system_v1/threemergeproblemlist.h
@@ -6,6 +6,8 @@
 #include <QMenu>
 #include <QAction>
 
+#include "filedialogdelegate.h"
+
 namespace Ui {
 class ThreeMergeProblemList;
 }
@@ -21,9 +23,13 @@
     void initUi();
     void initProblemListUi();
     void initProblemResultUi();
+    void initProblemRectBookUi();
 
     void readCompanyFromSQL();
+
+    void loadDataFromSQL(const QString &arg1);
 private slots:
+    // 闂娓呭崟
     void showMenuSlot(QPoint);
     void deleteAction();
 
@@ -31,17 +37,29 @@
     void showMenuSlotResult(QPoint);
     void deleteActionResult();
 
+    // 鏁存敼鍙拌处
+    void showMenuSlotRectBook(QPoint);
+    void deleteActionRectBook();
+
     void on_pushButton_addRow_3_clicked();
 
     void on_pushButton_addRow_2_clicked();
 
     void on_pushButton_addRow_clicked();
 
+    void on_comboBox_company_currentIndexChanged(const QString &arg1);
+
+    void on_pushButton_save_2_clicked();
+
+    void on_pushButton_save_clicked();
+
 private:
     Ui::ThreeMergeProblemList *ui;
-    QMenu *m_menu;
-    QMenu *m_menuResult;
-    QMenu *m_menuResult_;
+    QMenu *m_menu; // 闂娓呭崟鑿滃崟
+    QMenu *m_menuResult; // 鏁存敼鎴愭灉
+    QMenu *m_menuRectBook; // 鏁存敼鍙拌处
+
+    FileDialogDelegate *m_fdd;
 };
 
 #endif // THREEMERGEPROBLEMLIST_H

--
Gitblit v1.8.0