12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QTableWidget" name="tableWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>711</width>
- <height>71</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="restoreBtn">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>80</y>
- <width>112</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>保存</string>
- </property>
- </widget>
- <widget class="QPushButton" name="clearBtn">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>112</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>清空</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>80</y>
- <width>112</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>PushButton</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>80</y>
- <width>161</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>professionalInfo</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|