OfficeAssistant_Win10/OfficeAssistant_msvc/mysettingsdialog.ui

200 lines
5.1 KiB
Plaintext
Raw Permalink Normal View History

2023-08-01 15:22:48 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MySettingsDialog</class>
<widget class="QDialog" name="MySettingsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>736</width>
<height>540</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>设置</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>70</x>
2023-08-01 23:51:40 +08:00
<y>40</y>
2023-08-01 15:22:48 +08:00
<width>581</width>
2023-08-01 23:51:40 +08:00
<height>461</height>
2023-08-01 15:22:48 +08:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2023-08-01 23:51:40 +08:00
<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>
2023-08-01 15:22:48 +08:00
<item>
<widget class="QGroupBox" name="hardware">
<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="codetitle">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>108</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>硬件ID</string>
</property>
</widget>
<widget class="QLabel" name="code">
<property name="geometry">
<rect>
<x>130</x>
<y>40</y>
<width>401</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QPushButton" name="copy">
<property name="geometry">
<rect>
<x>130</x>
<y>70</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>复制</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="settings">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>设置</string>
</property>
<widget class="QCheckBox" name="autostart">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>138</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>开机启动</string>
</property>
</widget>
<widget class="QPushButton" name="addshortcut">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>291</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>创建桌面快捷方式</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="law">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>法律声明</string>
</property>
<widget class="QPushButton" name="law_button">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>291</width>
<height>46</height>
</rect>
</property>
<property name="text">
<string>查看法律声明和许可协议</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
2023-08-01 23:51:40 +08:00
<zorder>gridLayoutWidget</zorder>
<zorder>hardware</zorder>
2023-08-01 15:22:48 +08:00
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>