12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SystemInfoPage</class>
- <widget class="QMainWindow" name="SystemInfoPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1800</width>
- <height>1080</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QTabWidget" name="tabUi">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1800</width>
- <height>1080</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|