1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SubNormalConfig</class>
- <widget class="QWidget" name="SubNormalConfig">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>563</width>
- <height>444</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QCheckBox" name="autoLaunchAtBoot">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>应用开机自启动</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|