第一阶段只差兼容性问题了

This commit is contained in:
Mike Solar
2023-08-01 23:51:40 +08:00
parent 9b53ef9764
commit 6a695e8a03
20 changed files with 167 additions and 54 deletions

View File

@ -26,12 +26,51 @@
<property name="geometry">
<rect>
<x>70</x>
<y>70</y>
<y>40</y>
<width>581</width>
<height>381</height>
<height>461</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>版本信息</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>108</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>版本号</string>
</property>
</widget>
<widget class="QLabel" name="version">
<property name="geometry">
<rect>
<x>130</x>
<y>50</y>
<width>261</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="hardware">
<property name="sizePolicy">
@ -151,6 +190,8 @@
</item>
</layout>
</widget>
<zorder>gridLayoutWidget</zorder>
<zorder>hardware</zorder>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>