mainwindow.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1246</width>
  10. <height>576</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QPushButton" name="pushButton_open_webcam">
  18. <property name="geometry">
  19. <rect>
  20. <x>50</x>
  21. <y>20</y>
  22. <width>171</width>
  23. <height>81</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Open Webcam</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="pushButton_close_webcam">
  31. <property name="geometry">
  32. <rect>
  33. <x>50</x>
  34. <y>110</y>
  35. <width>171</width>
  36. <height>81</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Close Webcam</string>
  41. </property>
  42. </widget>
  43. <widget class="QGroupBox" name="groupBox">
  44. <property name="geometry">
  45. <rect>
  46. <x>290</x>
  47. <y>10</y>
  48. <width>661</width>
  49. <height>511</height>
  50. </rect>
  51. </property>
  52. <property name="title">
  53. <string>Vidéo</string>
  54. </property>
  55. <widget class="QLabel" name="label">
  56. <property name="geometry">
  57. <rect>
  58. <x>10</x>
  59. <y>20</y>
  60. <width>640</width>
  61. <height>480</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string/>
  66. </property>
  67. </widget>
  68. </widget>
  69. <widget class="QGroupBox" name="groupBox_2">
  70. <property name="geometry">
  71. <rect>
  72. <x>20</x>
  73. <y>270</y>
  74. <width>251</width>
  75. <height>91</height>
  76. </rect>
  77. </property>
  78. <property name="title">
  79. <string>Live Information</string>
  80. </property>
  81. <widget class="QLabel" name="label_2">
  82. <property name="geometry">
  83. <rect>
  84. <x>20</x>
  85. <y>30</y>
  86. <width>71</width>
  87. <height>16</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>Résolution</string>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="resText">
  95. <property name="geometry">
  96. <rect>
  97. <x>100</x>
  98. <y>30</y>
  99. <width>111</width>
  100. <height>16</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>TextLabel</string>
  105. </property>
  106. </widget>
  107. </widget>
  108. <widget class="QLabel" name="label_3">
  109. <property name="geometry">
  110. <rect>
  111. <x>22</x>
  112. <y>202</y>
  113. <width>38</width>
  114. <height>16</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>Refresh</string>
  119. </property>
  120. </widget>
  121. <widget class="QLabel" name="refreshRateText">
  122. <property name="geometry">
  123. <rect>
  124. <x>66</x>
  125. <y>202</y>
  126. <width>47</width>
  127. <height>16</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>TextLabel</string>
  132. </property>
  133. </widget>
  134. <widget class="QSlider" name="refreshRateSlider">
  135. <property name="geometry">
  136. <rect>
  137. <x>20</x>
  138. <y>230</y>
  139. <width>251</width>
  140. <height>22</height>
  141. </rect>
  142. </property>
  143. <property name="minimum">
  144. <number>1</number>
  145. </property>
  146. <property name="maximum">
  147. <number>1000</number>
  148. </property>
  149. <property name="pageStep">
  150. <number>10</number>
  151. </property>
  152. <property name="value">
  153. <number>100</number>
  154. </property>
  155. <property name="orientation">
  156. <enum>Qt::Horizontal</enum>
  157. </property>
  158. </widget>
  159. <widget class="QGroupBox" name="groupBox_3">
  160. <property name="geometry">
  161. <rect>
  162. <x>20</x>
  163. <y>370</y>
  164. <width>251</width>
  165. <height>151</height>
  166. </rect>
  167. </property>
  168. <property name="title">
  169. <string>Tricks</string>
  170. </property>
  171. <widget class="QComboBox" name="objectDetectorComboBox">
  172. <property name="geometry">
  173. <rect>
  174. <x>10</x>
  175. <y>90</y>
  176. <width>231</width>
  177. <height>22</height>
  178. </rect>
  179. </property>
  180. <item>
  181. <property name="text">
  182. <string>Flux RAW</string>
  183. </property>
  184. </item>
  185. <item>
  186. <property name="text">
  187. <string>Visages</string>
  188. </property>
  189. </item>
  190. <item>
  191. <property name="text">
  192. <string>Objets</string>
  193. </property>
  194. </item>
  195. </widget>
  196. <widget class="QComboBox" name="colorchooseComboBox">
  197. <property name="geometry">
  198. <rect>
  199. <x>10</x>
  200. <y>40</y>
  201. <width>231</width>
  202. <height>22</height>
  203. </rect>
  204. </property>
  205. <item>
  206. <property name="text">
  207. <string>Color</string>
  208. </property>
  209. </item>
  210. <item>
  211. <property name="text">
  212. <string>B/W</string>
  213. </property>
  214. </item>
  215. </widget>
  216. <widget class="QLabel" name="label_4">
  217. <property name="geometry">
  218. <rect>
  219. <x>10</x>
  220. <y>20</y>
  221. <width>81</width>
  222. <height>20</height>
  223. </rect>
  224. </property>
  225. <property name="text">
  226. <string>COLOR_MODES</string>
  227. </property>
  228. </widget>
  229. <widget class="QLabel" name="label_5">
  230. <property name="geometry">
  231. <rect>
  232. <x>10</x>
  233. <y>70</y>
  234. <width>111</width>
  235. <height>20</height>
  236. </rect>
  237. </property>
  238. <property name="text">
  239. <string>OBJECTS_DETECTOR</string>
  240. </property>
  241. </widget>
  242. </widget>
  243. <widget class="QGroupBox" name="groupBox_4">
  244. <property name="geometry">
  245. <rect>
  246. <x>960</x>
  247. <y>10</y>
  248. <width>281</width>
  249. <height>511</height>
  250. </rect>
  251. </property>
  252. <property name="title">
  253. <string>Debug</string>
  254. </property>
  255. <widget class="QTextBrowser" name="textBrowser">
  256. <property name="geometry">
  257. <rect>
  258. <x>10</x>
  259. <y>20</y>
  260. <width>261</width>
  261. <height>481</height>
  262. </rect>
  263. </property>
  264. </widget>
  265. </widget>
  266. </widget>
  267. <widget class="QMenuBar" name="menuBar">
  268. <property name="geometry">
  269. <rect>
  270. <x>0</x>
  271. <y>0</y>
  272. <width>1246</width>
  273. <height>21</height>
  274. </rect>
  275. </property>
  276. </widget>
  277. <widget class="QToolBar" name="mainToolBar">
  278. <attribute name="toolBarArea">
  279. <enum>TopToolBarArea</enum>
  280. </attribute>
  281. <attribute name="toolBarBreak">
  282. <bool>false</bool>
  283. </attribute>
  284. </widget>
  285. <widget class="QStatusBar" name="statusBar"/>
  286. </widget>
  287. <layoutdefault spacing="6" margin="11"/>
  288. <resources/>
  289. <connections/>
  290. </ui>