12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>envCheck</class>
- <widget class="QWidget" name="envCheck">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_mainHint">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>100</y>
- <width>411</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>环境检测中请耐心等候 …</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_platformIcon">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_version">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>200</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>V1.0</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_platformTitle">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>91</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>网考学生端</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_complay">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>222</y>
- <width>551</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>武汉启明泰和软件服务有限公司技术支持</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_checkItem">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>130</y>
- <width>391</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>正在检测是否存在 …</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|