From e16e6f0cf090e4d9582bc38439f71a895499cf26 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期六, 16 九月 2023 18:35:40 +0800 Subject: [PATCH] 0916 --- internal_system_v1/searchinfo.ui | 109 ++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 69 insertions(+), 40 deletions(-) diff --git a/internal_system_v1/searchinfo.ui b/internal_system_v1/searchinfo.ui index e09b2a3..69daa75 100644 --- a/internal_system_v1/searchinfo.ui +++ b/internal_system_v1/searchinfo.ui @@ -6,15 +6,15 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> - <height>600</height> + <width>1020</width> + <height>665</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QGroupBox" name="groupBox"> <property name="title"> @@ -86,50 +86,25 @@ </spacer> </item> <item> - <widget class="QLabel" name="label_2"> + <widget class="QLabel" name="label_4"> <property name="text"> - <string>浠�</string> + <string>鍗曚綅鍚嶇О:</string> </property> </widget> </item> <item> - <widget class="QDateTimeEdit" name="dateTimeEdit"> - <property name="dateTime"> - <datetime> - <hour>0</hour> - <minute>0</minute> - <second>0</second> - <year>2022</year> - <month>1</month> - <day>1</day> - </datetime> - </property> - <property name="calendarPopup"> - <bool>true</bool> - </property> + <widget class="QComboBox" name="comboBox_company"> + <item> + <property name="text"> + <string>鍏徃鍚嶇О</string> + </property> + </item> </widget> </item> <item> - <widget class="QLabel" name="label_3"> + <widget class="QPushButton" name="pushButton_export"> <property name="text"> - <string>鍒�</string> - </property> - </widget> - </item> - <item> - <widget class="QDateTimeEdit" name="dateTimeEdit_2"> - <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> + <string>瀵煎嚭琛ㄦ牸</string> </property> </widget> </item> @@ -147,7 +122,7 @@ </spacer> </item> <item> - <widget class="QPushButton" name="pushButton"> + <widget class="QPushButton" name="pushButton_search"> <property name="text"> <string>鏌ヨ</string> </property> @@ -157,6 +132,60 @@ </widget> </item> <item row="1" column="0"> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>瀵煎嚭璁剧疆</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QToolButton" name="toolButton_seleceExcel"> + <property name="text"> + <string>閫夋嫨琛ㄦ牸妯℃澘</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_excel_path"> + <property name="minimumSize"> + <size> + <width>300</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </item> + <item row="1" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>淇濆瓨浣嶇疆</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_excel_save"> + <property name="minimumSize"> + <size> + <width>300</width> + <height>0</height> + </size> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item row="2" column="0"> <widget class="QTableView" name="tableView"/> </item> </layout> @@ -166,7 +195,7 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> + <width>1020</width> <height>26</height> </rect> </property> -- Gitblit v1.8.0