From 987254bf420571a7b89391d8227569a1b5774019 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 21 二月 2025 23:25:48 +0800
Subject: [PATCH] 250221

---
 regularinvestment.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/regularinvestment.h b/regularinvestment.h
index 2b8b1e6..3480e7a 100644
--- a/regularinvestment.h
+++ b/regularinvestment.h
@@ -36,10 +36,17 @@
 
     void on_pushButton_sum_clicked();
 
+    void on_comboBox_3_currentIndexChanged(const QString &arg1);
+
+    void on_lineEdit_buyNum_returnPressed();
+
+    void on_pushButton_buy_clicked();
+
 private:
     Ui::RegularInvestment *ui;
 
     QStandardItemModel *m_model;
+    QStandardItemModel *m_modelBuy;
 
     QMap<QString,QString> m_nameCodes; // 鑲$エ鍚嶅瓧鍙婁唬鍙�
 

--
Gitblit v1.8.0