From 332ab3cdf6fd91e5cee4f0a773ab2b270df2ed66 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 20 九月 2023 23:18:51 +0800 Subject: [PATCH] 0921 --- internal_system_v1/searchinfo.ui | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/searchinfo.ui b/internal_system_v1/searchinfo.ui index 69daa75..9680875 100644 --- a/internal_system_v1/searchinfo.ui +++ b/internal_system_v1/searchinfo.ui @@ -73,6 +73,50 @@ </widget> </item> <item> + <widget class="QDateEdit" name="dateEdit_begin"> + <property name="dateTime"> + <datetime> + <hour>0</hour> + <minute>0</minute> + <second>0</second> + <year>2023</year> + <month>1</month> + <day>1</day> + </datetime> + </property> + <property name="calendarPopup"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>鍒�</string> + </property> + </widget> + </item> + <item> + <widget class="QDateEdit" name="dateEdit_end"> + <property name="calendarPopup"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox"> + <property name="text"> + <string>鏌ヨ鏃堕棿</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="tristate"> + <bool>false</bool> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -103,6 +147,9 @@ </item> <item> <widget class="QPushButton" name="pushButton_export"> + <property name="styleSheet"> + <string notr="true">background-color: rgb(170, 255, 127);</string> + </property> <property name="text"> <string>瀵煎嚭琛ㄦ牸</string> </property> @@ -141,6 +188,9 @@ <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QToolButton" name="toolButton_seleceExcel"> + <property name="styleSheet"> + <string notr="true">background-color: rgb(170, 255, 127);</string> + </property> <property name="text"> <string>閫夋嫨琛ㄦ牸妯℃澘</string> </property> -- Gitblit v1.8.0