envCheck.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>envCheck</class>
  4. <widget class="QWidget" name="envCheck">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_mainHint">
  17. <property name="geometry">
  18. <rect>
  19. <x>80</x>
  20. <y>100</y>
  21. <width>411</width>
  22. <height>16</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>环境检测中请耐心等候 …</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_platformIcon">
  30. <property name="geometry">
  31. <rect>
  32. <x>70</x>
  33. <y>30</y>
  34. <width>54</width>
  35. <height>12</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string/>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label_version">
  43. <property name="geometry">
  44. <rect>
  45. <x>70</x>
  46. <y>200</y>
  47. <width>54</width>
  48. <height>12</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>V1.0</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="label_platformTitle">
  56. <property name="geometry">
  57. <rect>
  58. <x>160</x>
  59. <y>30</y>
  60. <width>91</width>
  61. <height>16</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>网考学生端</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="label_complay">
  69. <property name="geometry">
  70. <rect>
  71. <x>80</x>
  72. <y>222</y>
  73. <width>551</width>
  74. <height>20</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>武汉启明泰和软件服务有限公司技术支持</string>
  79. </property>
  80. </widget>
  81. <widget class="QLabel" name="label_checkItem">
  82. <property name="geometry">
  83. <rect>
  84. <x>80</x>
  85. <y>130</y>
  86. <width>391</width>
  87. <height>20</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>正在检测是否存在 …</string>
  92. </property>
  93. </widget>
  94. </widget>
  95. <resources/>
  96. <connections/>
  97. </ui>