From 1d71365ddcb59203ff5fb7584238f256ab7bfcf8 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期日, 25 六月 2023 23:44:48 +0800 Subject: [PATCH] add --- internal_system_v1/clientmainwindow.ui | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 56 insertions(+), 2 deletions(-) diff --git a/internal_system_v1/clientmainwindow.ui b/internal_system_v1/clientmainwindow.ui index 6aae787..e6e50ba 100644 --- a/internal_system_v1/clientmainwindow.ui +++ b/internal_system_v1/clientmainwindow.ui @@ -18,7 +18,7 @@ <item row="0" column="0"> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> @@ -157,6 +157,60 @@ </item> </layout> </widget> + <widget class="QWidget" name="tab_3"> + <attribute name="title"> + <string>QXlsx</string> + </attribute> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>90</x> + <y>60</y> + <width>191</width> + <height>61</height> + </rect> + </property> + <property name="text"> + <string>write</string> + </property> + </widget> + <widget class="QPushButton" name="pushButton_2"> + <property name="geometry"> + <rect> + <x>300</x> + <y>60</y> + <width>191</width> + <height>61</height> + </rect> + </property> + <property name="text"> + <string>read</string> + </property> + </widget> + <widget class="QPushButton" name="pushButton_openXlsxFile"> + <property name="geometry"> + <rect> + <x>510</x> + <y>60</y> + <width>191</width> + <height>61</height> + </rect> + </property> + <property name="text"> + <string>read_xlsx file</string> + </property> + </widget> + <widget class="QListWidget" name="listWidget"> + <property name="geometry"> + <rect> + <x>80</x> + <y>150</y> + <width>921</width> + <height>401</height> + </rect> + </property> + </widget> + </widget> </widget> </item> </layout> @@ -167,7 +221,7 @@ <x>0</x> <y>0</y> <width>1075</width> - <height>25</height> + <height>26</height> </rect> </property> </widget> -- Gitblit v1.8.0