6
0

LabelSessionDialog.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LabelSessionDialog</class>
  4. <widget class="QDialog" name="LabelSessionDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>587</width>
  10. <height>412</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Label Images</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="filesBox">
  19. <property name="title">
  20. <string>Images</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <item>
  24. <widget class="QListWidget" name="filesList"/>
  25. </item>
  26. <item>
  27. <layout class="QHBoxLayout" name="horizontalLayout">
  28. <item>
  29. <widget class="QPushButton" name="removeButton">
  30. <property name="text">
  31. <string>Remove Image</string>
  32. </property>
  33. <property name="icon">
  34. <iconset theme="list-remove">
  35. <normaloff>.</normaloff>.
  36. </iconset>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QPushButton" name="addVideoButton">
  42. <property name="enabled">
  43. <bool>true</bool>
  44. </property>
  45. <property name="text">
  46. <string>Add Video...</string>
  47. </property>
  48. <property name="icon">
  49. <iconset theme="video-x-generic">
  50. <normaloff>.</normaloff>.
  51. </iconset>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QPushButton" name="addImagesButton">
  57. <property name="text">
  58. <string>Add Images...</string>
  59. </property>
  60. <property name="icon">
  61. <iconset theme="list-add">
  62. <normaloff>.</normaloff>.
  63. </iconset>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </item>
  69. </layout>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QGroupBox" name="paramsBox">
  74. <property name="title">
  75. <string>Settings</string>
  76. </property>
  77. <layout class="QFormLayout" name="formLayout">
  78. <item row="0" column="0">
  79. <widget class="QLabel" name="detectionThresholdLabel">
  80. <property name="text">
  81. <string>Detection Threshold</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="2" column="0">
  86. <widget class="QLabel" name="unknownLabel">
  87. <property name="text">
  88. <string>Unknown Individual Threshold</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="0" column="1">
  93. <layout class="QVBoxLayout" name="verticalLayout_3">
  94. <item>
  95. <widget class="QSlider" name="detectionThresholdSlider">
  96. <property name="minimum">
  97. <number>0</number>
  98. </property>
  99. <property name="maximum">
  100. <number>100</number>
  101. </property>
  102. <property name="orientation">
  103. <enum>Qt::Horizontal</enum>
  104. </property>
  105. <property name="invertedAppearance">
  106. <bool>false</bool>
  107. </property>
  108. <property name="tickPosition">
  109. <enum>QSlider::TicksBelow</enum>
  110. </property>
  111. <property name="tickInterval">
  112. <number>5</number>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <layout class="QHBoxLayout" name="horizontalLayout_2">
  118. <item>
  119. <widget class="QLabel" name="label">
  120. <property name="text">
  121. <string>Low</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <spacer name="horizontalSpacer">
  127. <property name="orientation">
  128. <enum>Qt::Horizontal</enum>
  129. </property>
  130. <property name="sizeHint" stdset="0">
  131. <size>
  132. <width>40</width>
  133. <height>20</height>
  134. </size>
  135. </property>
  136. </spacer>
  137. </item>
  138. <item>
  139. <widget class="QLabel" name="label_3">
  140. <property name="text">
  141. <string>High</string>
  142. </property>
  143. </widget>
  144. </item>
  145. </layout>
  146. </item>
  147. </layout>
  148. </item>
  149. <item row="2" column="1">
  150. <layout class="QVBoxLayout" name="verticalLayout_4">
  151. <item>
  152. <widget class="QSlider" name="unknownSlider">
  153. <property name="minimum">
  154. <number>0</number>
  155. </property>
  156. <property name="maximum">
  157. <number>100</number>
  158. </property>
  159. <property name="singleStep">
  160. <number>1</number>
  161. </property>
  162. <property name="pageStep">
  163. <number>10</number>
  164. </property>
  165. <property name="orientation">
  166. <enum>Qt::Horizontal</enum>
  167. </property>
  168. <property name="tickPosition">
  169. <enum>QSlider::TicksBelow</enum>
  170. </property>
  171. <property name="tickInterval">
  172. <number>5</number>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <layout class="QHBoxLayout" name="horizontalLayout_3">
  178. <item>
  179. <widget class="QLabel" name="label_2">
  180. <property name="text">
  181. <string>Low</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item>
  186. <spacer name="horizontalSpacer_2">
  187. <property name="orientation">
  188. <enum>Qt::Horizontal</enum>
  189. </property>
  190. <property name="sizeHint" stdset="0">
  191. <size>
  192. <width>40</width>
  193. <height>20</height>
  194. </size>
  195. </property>
  196. </spacer>
  197. </item>
  198. <item>
  199. <widget class="QLabel" name="label_4">
  200. <property name="text">
  201. <string>High</string>
  202. </property>
  203. </widget>
  204. </item>
  205. </layout>
  206. </item>
  207. </layout>
  208. </item>
  209. </layout>
  210. </widget>
  211. </item>
  212. <item>
  213. <widget class="QDialogButtonBox" name="buttonBox">
  214. <property name="orientation">
  215. <enum>Qt::Horizontal</enum>
  216. </property>
  217. <property name="standardButtons">
  218. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  219. </property>
  220. </widget>
  221. </item>
  222. </layout>
  223. </widget>
  224. <resources/>
  225. <connections>
  226. <connection>
  227. <sender>buttonBox</sender>
  228. <signal>accepted()</signal>
  229. <receiver>LabelSessionDialog</receiver>
  230. <slot>accept()</slot>
  231. <hints>
  232. <hint type="sourcelabel">
  233. <x>248</x>
  234. <y>254</y>
  235. </hint>
  236. <hint type="destinationlabel">
  237. <x>157</x>
  238. <y>274</y>
  239. </hint>
  240. </hints>
  241. </connection>
  242. <connection>
  243. <sender>buttonBox</sender>
  244. <signal>rejected()</signal>
  245. <receiver>LabelSessionDialog</receiver>
  246. <slot>reject()</slot>
  247. <hints>
  248. <hint type="sourcelabel">
  249. <x>316</x>
  250. <y>260</y>
  251. </hint>
  252. <hint type="destinationlabel">
  253. <x>286</x>
  254. <y>274</y>
  255. </hint>
  256. </hints>
  257. </connection>
  258. </connections>
  259. </ui>