Não pode escolher mais do que 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.
 
 
 
 

248 linhas
5.8 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CCableTestPage</class>
  4. <widget class="QWidget" name="CCableTestPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1800</width>
  10. <height>880</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="CConnectorSelectWidget" name="mConnectorSelectWidget" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>850</x>
  20. <y>20</y>
  21. <width>501</width>
  22. <height>501</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QFrame" name="mCableConfigFrame">
  27. <property name="geometry">
  28. <rect>
  29. <x>50</x>
  30. <y>50</y>
  31. <width>471</width>
  32. <height>121</height>
  33. </rect>
  34. </property>
  35. <property name="frameShape">
  36. <enum>QFrame::WinPanel</enum>
  37. </property>
  38. <property name="frameShadow">
  39. <enum>QFrame::Raised</enum>
  40. </property>
  41. <property name="lineWidth">
  42. <number>3</number>
  43. </property>
  44. </widget>
  45. <widget class="QWidget" name="">
  46. <property name="geometry">
  47. <rect>
  48. <x>60</x>
  49. <y>60</y>
  50. <width>451</width>
  51. <height>100</height>
  52. </rect>
  53. </property>
  54. <layout class="QGridLayout" name="gridLayout">
  55. <item row="3" column="0" alignment="Qt::AlignRight">
  56. <widget class="QLabel" name="mNomTesteurLabel">
  57. <property name="font">
  58. <font>
  59. <pointsize>12</pointsize>
  60. </font>
  61. </property>
  62. <property name="text">
  63. <string>Nom du testeur</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="2" column="1" colspan="2">
  68. <widget class="QComboBox" name="mTypeCableCombo">
  69. <item>
  70. <property name="text">
  71. <string>Permanent</string>
  72. </property>
  73. </item>
  74. <item>
  75. <property name="text">
  76. <string>Temporaire</string>
  77. </property>
  78. </item>
  79. </widget>
  80. </item>
  81. <item row="1" column="1" colspan="2">
  82. <widget class="QLineEdit" name="mIdentCableEditBox"/>
  83. </item>
  84. <item row="0" column="1" colspan="2">
  85. <widget class="QComboBox" name="mStationNameCombo">
  86. <item>
  87. <property name="text">
  88. <string>Frontenac</string>
  89. </property>
  90. </item>
  91. <item>
  92. <property name="text">
  93. <string>Côte-Vertu</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>Angrignon</string>
  99. </property>
  100. </item>
  101. <item>
  102. <property name="text">
  103. <string>Garage Angrignon</string>
  104. </property>
  105. </item>
  106. <item>
  107. <property name="text">
  108. <string>Atwater</string>
  109. </property>
  110. </item>
  111. <item>
  112. <property name="text">
  113. <string>Lionel-Groulx</string>
  114. </property>
  115. </item>
  116. <item>
  117. <property name="text">
  118. <string>Viau</string>
  119. </property>
  120. </item>
  121. </widget>
  122. </item>
  123. <item row="0" column="0" alignment="Qt::AlignRight">
  124. <widget class="QLabel" name="StationNameLabel">
  125. <property name="font">
  126. <font>
  127. <pointsize>12</pointsize>
  128. </font>
  129. </property>
  130. <property name="text">
  131. <string>Station</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="2" column="0" alignment="Qt::AlignRight">
  136. <widget class="QLabel" name="mTypeCableLabel">
  137. <property name="font">
  138. <font>
  139. <pointsize>12</pointsize>
  140. </font>
  141. </property>
  142. <property name="text">
  143. <string>Type câble</string>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="1" column="0">
  148. <widget class="QLabel" name="mIdentCableLabel">
  149. <property name="font">
  150. <font>
  151. <pointsize>12</pointsize>
  152. </font>
  153. </property>
  154. <property name="text">
  155. <string>Identification du câble</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="3" column="1" colspan="2">
  160. <widget class="QLineEdit" name="mNomTesteurEditBox">
  161. <property name="text">
  162. <string/>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. <widget class="QLabel" name="mCableConfigLabel">
  169. <property name="geometry">
  170. <rect>
  171. <x>50</x>
  172. <y>30</y>
  173. <width>271</width>
  174. <height>20</height>
  175. </rect>
  176. </property>
  177. <property name="font">
  178. <font>
  179. <pointsize>12</pointsize>
  180. </font>
  181. </property>
  182. <property name="text">
  183. <string>Configuration du câble</string>
  184. </property>
  185. </widget>
  186. <widget class="QLabel" name="mInspVisuelleLabel">
  187. <property name="geometry">
  188. <rect>
  189. <x>70</x>
  190. <y>230</y>
  191. <width>271</width>
  192. <height>20</height>
  193. </rect>
  194. </property>
  195. <property name="font">
  196. <font>
  197. <pointsize>12</pointsize>
  198. </font>
  199. </property>
  200. <property name="text">
  201. <string>Inspection visuelle</string>
  202. </property>
  203. </widget>
  204. <widget class="QFrame" name="mInspVisuelleFrame">
  205. <property name="geometry">
  206. <rect>
  207. <x>60</x>
  208. <y>250</y>
  209. <width>391</width>
  210. <height>121</height>
  211. </rect>
  212. </property>
  213. <property name="frameShape">
  214. <enum>QFrame::StyledPanel</enum>
  215. </property>
  216. <property name="frameShadow">
  217. <enum>QFrame::Plain</enum>
  218. </property>
  219. <property name="lineWidth">
  220. <number>3</number>
  221. </property>
  222. <widget class="QPushButton" name="pushButton">
  223. <property name="geometry">
  224. <rect>
  225. <x>10</x>
  226. <y>50</y>
  227. <width>121</width>
  228. <height>23</height>
  229. </rect>
  230. </property>
  231. <property name="text">
  232. <string>Exécuter Inspection</string>
  233. </property>
  234. </widget>
  235. </widget>
  236. </widget>
  237. <customwidgets>
  238. <customwidget>
  239. <class>CConnectorSelectWidget</class>
  240. <extends>QWidget</extends>
  241. <header location="global">connectorselectwidget.h</header>
  242. <container>1</container>
  243. </customwidget>
  244. </customwidgets>
  245. <resources/>
  246. <connections/>
  247. </ui>