Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

207 linhas
4.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>COptionsPage</class>
  4. <widget class="QWidget" name="COptionsPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>564</width>
  10. <height>647</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_2">
  17. <property name="geometry">
  18. <rect>
  19. <x>170</x>
  20. <y>40</y>
  21. <width>181</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>14</pointsize>
  28. </font>
  29. </property>
  30. <property name="text">
  31. <string>Paramètres de test</string>
  32. </property>
  33. </widget>
  34. <widget class="QSpinBox" name="mTestHoldTimeHighSpinBx">
  35. <property name="geometry">
  36. <rect>
  37. <x>320</x>
  38. <y>110</y>
  39. <width>61</width>
  40. <height>22</height>
  41. </rect>
  42. </property>
  43. <property name="minimum">
  44. <number>100</number>
  45. </property>
  46. <property name="maximum">
  47. <number>5000</number>
  48. </property>
  49. <property name="value">
  50. <number>1000</number>
  51. </property>
  52. </widget>
  53. <widget class="QLabel" name="label_3">
  54. <property name="geometry">
  55. <rect>
  56. <x>140</x>
  57. <y>110</y>
  58. <width>171</width>
  59. <height>20</height>
  60. </rect>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <pointsize>10</pointsize>
  65. </font>
  66. </property>
  67. <property name="text">
  68. <string>Temps de maintien haut (ms)</string>
  69. </property>
  70. </widget>
  71. <widget class="QSpinBox" name="mIPAdd1SpinBox">
  72. <property name="geometry">
  73. <rect>
  74. <x>140</x>
  75. <y>361</y>
  76. <width>42</width>
  77. <height>22</height>
  78. </rect>
  79. </property>
  80. <property name="maximum">
  81. <number>255</number>
  82. </property>
  83. <property name="value">
  84. <number>192</number>
  85. </property>
  86. </widget>
  87. <widget class="QSpinBox" name="mIPAdd2SpinBox">
  88. <property name="geometry">
  89. <rect>
  90. <x>190</x>
  91. <y>361</y>
  92. <width>42</width>
  93. <height>22</height>
  94. </rect>
  95. </property>
  96. <property name="maximum">
  97. <number>255</number>
  98. </property>
  99. <property name="value">
  100. <number>168</number>
  101. </property>
  102. </widget>
  103. <widget class="QSpinBox" name="mIPAdd3SpinBox">
  104. <property name="geometry">
  105. <rect>
  106. <x>240</x>
  107. <y>361</y>
  108. <width>42</width>
  109. <height>22</height>
  110. </rect>
  111. </property>
  112. <property name="maximum">
  113. <number>255</number>
  114. </property>
  115. </widget>
  116. <widget class="QSpinBox" name="mIPAdd4SpinBox">
  117. <property name="geometry">
  118. <rect>
  119. <x>290</x>
  120. <y>361</y>
  121. <width>42</width>
  122. <height>22</height>
  123. </rect>
  124. </property>
  125. <property name="maximum">
  126. <number>255</number>
  127. </property>
  128. <property name="value">
  129. <number>52</number>
  130. </property>
  131. </widget>
  132. <widget class="QLabel" name="label_5">
  133. <property name="geometry">
  134. <rect>
  135. <x>140</x>
  136. <y>320</y>
  137. <width>351</width>
  138. <height>31</height>
  139. </rect>
  140. </property>
  141. <property name="font">
  142. <font>
  143. <pointsize>10</pointsize>
  144. </font>
  145. </property>
  146. <property name="text">
  147. <string>Adresse IP module I/O
  148. (redémarrage de l'application requis)</string>
  149. </property>
  150. </widget>
  151. <widget class="QPushButton" name="mApplyAndSaveBtn">
  152. <property name="geometry">
  153. <rect>
  154. <x>170</x>
  155. <y>470</y>
  156. <width>131</width>
  157. <height>23</height>
  158. </rect>
  159. </property>
  160. <property name="text">
  161. <string>Appliquer &amp;&amp; Sauvegarder</string>
  162. </property>
  163. </widget>
  164. <widget class="QCheckBox" name="mIgnoreVisualInspChkBx">
  165. <property name="geometry">
  166. <rect>
  167. <x>140</x>
  168. <y>160</y>
  169. <width>221</width>
  170. <height>17</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>Ignorer l'inspection visuelle</string>
  175. </property>
  176. </widget>
  177. <widget class="QCheckBox" name="mIncludeLogInReportChkBx">
  178. <property name="geometry">
  179. <rect>
  180. <x>140</x>
  181. <y>200</y>
  182. <width>221</width>
  183. <height>17</height>
  184. </rect>
  185. </property>
  186. <property name="text">
  187. <string>Inclure LOG dans le rapport</string>
  188. </property>
  189. </widget>
  190. <widget class="QCheckBox" name="mExecSecondTestChkBx">
  191. <property name="geometry">
  192. <rect>
  193. <x>140</x>
  194. <y>240</y>
  195. <width>221</width>
  196. <height>17</height>
  197. </rect>
  198. </property>
  199. <property name="text">
  200. <string>Exécuter 2è passe de tests</string>
  201. </property>
  202. </widget>
  203. </widget>
  204. <resources/>
  205. <connections/>
  206. </ui>