From 445ff39c79373519d452e44bc8d96c1e0b01e66a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 25 九月 2025 22:33:40 +0800 Subject: [PATCH] 0925 --- analysisbyrediscache.ui | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 40 insertions(+), 3 deletions(-) diff --git a/analysisbyrediscache.ui b/analysisbyrediscache.ui index 3d63061..567c697 100644 --- a/analysisbyrediscache.ui +++ b/analysisbyrediscache.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> - <height>600</height> + <width>939</width> + <height>623</height> </rect> </property> <property name="windowTitle"> @@ -15,7 +15,7 @@ </property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> + <item row="0" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="pushButton_loadDataSQLRedis"> @@ -82,6 +82,33 @@ </widget> </item> <item> + <widget class="QDateEdit" name="dateEdit_end"> + <property name="dateTime"> + <datetime> + <hour>0</hour> + <minute>0</minute> + <second>0</second> + <year>2025</year> + <month>1</month> + <day>1</day> + </datetime> + </property> + <property name="displayFormat"> + <string>yyyy-MM-dd</string> + </property> + <property name="calendarPopup"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_load"> + <property name="text"> + <string>缂撳瓨鏈姞杞�</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -142,11 +169,21 @@ </item> </widget> </item> + <item> + <widget class="QPushButton" name="pushButton_updateStrategyTime"> + <property name="text"> + <string>鍒风瓥鐣ユ椂闂�</string> + </property> + </widget> + </item> </layout> </item> <item row="1" column="0"> <widget class="QTableView" name="tableView"/> </item> + <item row="1" column="1"> + <widget class="QTableView" name="tableView_2"/> + </item> </layout> </widget> </widget> -- Gitblit v1.8.0