etWhetherEnvTest.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>etWhetherEnvTest</class>
  4. <widget class="QWidget" name="etWhetherEnvTest">
  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="QWidget" name="widget_mask" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>10</y>
  21. <width>491</width>
  22. <height>391</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_wcw_BG" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>40</x>
  29. <y>30</y>
  30. <width>321</width>
  31. <height>221</height>
  32. </rect>
  33. </property>
  34. <widget class="QLabel" name="label_wcw_icon">
  35. <property name="geometry">
  36. <rect>
  37. <x>20</x>
  38. <y>30</y>
  39. <width>54</width>
  40. <height>12</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string/>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="label_wec_tips">
  48. <property name="geometry">
  49. <rect>
  50. <x>120</x>
  51. <y>30</y>
  52. <width>54</width>
  53. <height>12</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>进行环境检测</string>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_wec_content">
  61. <property name="geometry">
  62. <rect>
  63. <x>110</x>
  64. <y>80</y>
  65. <width>54</width>
  66. <height>12</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>环境检测可以检测电脑的额硬件配置、网络速度和常用操作。环境检测不通过的话,可能影响考试的正常进行。</string>
  71. </property>
  72. <property name="wordWrap">
  73. <bool>true</bool>
  74. </property>
  75. </widget>
  76. <widget class="QPushButton" name="btn_startEnvTest">
  77. <property name="geometry">
  78. <rect>
  79. <x>190</x>
  80. <y>180</y>
  81. <width>75</width>
  82. <height>23</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>进行检测</string>
  87. </property>
  88. </widget>
  89. <widget class="QPushButton" name="btn_skipEnvTest">
  90. <property name="geometry">
  91. <rect>
  92. <x>100</x>
  93. <y>180</y>
  94. <width>75</width>
  95. <height>23</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string>跳过检测</string>
  100. </property>
  101. </widget>
  102. </widget>
  103. </widget>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>