| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <ui version="4.0">
 
-  <class>Widget</class>
 
-  <widget class="QWidget" name="Widget">
 
-   <property name="geometry">
 
-    <rect>
 
-     <x>0</x>
 
-     <y>0</y>
 
-     <width>1920</width>
 
-     <height>1080</height>
 
-    </rect>
 
-   </property>
 
-   <property name="windowTitle">
 
-    <string>Form</string>
 
-   </property>
 
-   <layout class="QVBoxLayout" name="verticalLayout">
 
-    <item>
 
-     <widget class="QWidget" name="widget_content" native="true"/>
 
-    </item>
 
-    <item>
 
-     <widget class="QWidget" name="widget_control" native="true">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>0</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-      <property name="minimumSize">
 
-       <size>
 
-        <width>0</width>
 
-        <height>80</height>
 
-       </size>
 
-      </property>
 
-      <layout class="QHBoxLayout" name="horizontalLayout">
 
-       <item>
 
-        <widget class="QPushButton" name="pBtn_getData">
 
-         <property name="minimumSize">
 
-          <size>
 
-           <width>120</width>
 
-           <height>32</height>
 
-          </size>
 
-         </property>
 
-         <property name="text">
 
-          <string>获取数据</string>
 
-         </property>
 
-        </widget>
 
-       </item>
 
-       <item>
 
-        <widget class="QPushButton" name="pBtn_saveData">
 
-         <property name="minimumSize">
 
-          <size>
 
-           <width>120</width>
 
-           <height>32</height>
 
-          </size>
 
-         </property>
 
-         <property name="text">
 
-          <string>写入数据库</string>
 
-         </property>
 
-        </widget>
 
-       </item>
 
-       <item>
 
-        <widget class="QPushButton" name="pBtn_light_dark">
 
-         <property name="minimumSize">
 
-          <size>
 
-           <width>120</width>
 
-           <height>32</height>
 
-          </size>
 
-         </property>
 
-         <property name="text">
 
-          <string>亮/暗</string>
 
-         </property>
 
-        </widget>
 
-       </item>
 
-       <item>
 
-        <spacer name="horizontalSpacer">
 
-         <property name="orientation">
 
-          <enum>Qt::Horizontal</enum>
 
-         </property>
 
-         <property name="sizeHint" stdset="0">
 
-          <size>
 
-           <width>1619</width>
 
-           <height>20</height>
 
-          </size>
 
-         </property>
 
-        </spacer>
 
-       </item>
 
-      </layout>
 
-     </widget>
 
-    </item>
 
-   </layout>
 
-  </widget>
 
-  <resources/>
 
-  <connections/>
 
- </ui>
 
 
  |