From 69fc6911e8c09e2a34640da642874eab0c8a2256 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 24 一月 2025 22:28:20 +0800
Subject: [PATCH] 0124

---
 getstocklist.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/getstocklist.h b/getstocklist.h
index 25ba614..59e642a 100644
--- a/getstocklist.h
+++ b/getstocklist.h
@@ -11,6 +11,7 @@
 #include <QLineSeries>   // 鎶樼嚎绫�
 #include <QSplineSeries> // 鏇茬嚎绫�
 #include <QTimer>
+#include <QCompleter> // 鐢ㄤ簬妯$硦鍖归厤
 #include "customitem.h"
 #include "customsortproxymodel.h"
 
@@ -69,6 +70,12 @@
 
     void getLastClosePrice(QString name); // 閫氳繃鍚嶅瓧鑾峰彇鑲$エ浠锋牸妲�
 
+    void on_pushButton_filterCap_clicked();
+
+    void on_pushButton_search_clicked();
+
+    void on_lineEdit_search_returnPressed();
+
 private:
     Ui::GetStockList *ui;
     // 杩�2涓敤浜庣埇鍙栨暟鎹殑
@@ -95,6 +102,9 @@
 
     QTimer *m_pollMultiTimer; // 杞澶氱瓥鐣ュ畾鏃跺櫒
 
+    QCompleter *m_completer; // 鏀寔妯$硦鍖归厤
+
+
 };
 
 #endif // GETSTOCKLIST_H

--
Gitblit v1.8.0