CToolDialog.ui 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CToolDialog</class>
  4. <widget class="QDialog" name="CToolDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>900</width>
  10. <height>540</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CToolDialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">#Tool_widget{border:1px solid rgb(61, 61, 61)}
  18. #Image_widget{border:1px solid rgb(61, 61, 61)}</string>
  19. </property>
  20. <layout class="QGridLayout" name="gridLayout_2">
  21. <item row="1" column="0" colspan="2">
  22. <widget class="QWidget" name="Tool_widget" native="true">
  23. <property name="minimumSize">
  24. <size>
  25. <width>0</width>
  26. <height>42</height>
  27. </size>
  28. </property>
  29. <property name="maximumSize">
  30. <size>
  31. <width>16777215</width>
  32. <height>42</height>
  33. </size>
  34. </property>
  35. <property name="styleSheet">
  36. <string notr="true"/>
  37. </property>
  38. <layout class="QGridLayout" name="gridLayout">
  39. <property name="leftMargin">
  40. <number>6</number>
  41. </property>
  42. <property name="topMargin">
  43. <number>6</number>
  44. </property>
  45. <property name="rightMargin">
  46. <number>6</number>
  47. </property>
  48. <property name="bottomMargin">
  49. <number>6</number>
  50. </property>
  51. <property name="horizontalSpacing">
  52. <number>20</number>
  53. </property>
  54. <item row="0" column="3" rowspan="2">
  55. <widget class="QPushButton" name="btnOK">
  56. <property name="minimumSize">
  57. <size>
  58. <width>80</width>
  59. <height>30</height>
  60. </size>
  61. </property>
  62. <property name="styleSheet">
  63. <string notr="true"/>
  64. </property>
  65. <property name="text">
  66. <string>确定</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="0" column="2" rowspan="2">
  71. <widget class="QPushButton" name="btnExecute">
  72. <property name="minimumSize">
  73. <size>
  74. <width>80</width>
  75. <height>30</height>
  76. </size>
  77. </property>
  78. <property name="styleSheet">
  79. <string notr="true"/>
  80. </property>
  81. <property name="text">
  82. <string>执行</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="0" column="4" rowspan="2">
  87. <widget class="QPushButton" name="btnCancel">
  88. <property name="minimumSize">
  89. <size>
  90. <width>80</width>
  91. <height>30</height>
  92. </size>
  93. </property>
  94. <property name="styleSheet">
  95. <string notr="true"/>
  96. </property>
  97. <property name="text">
  98. <string>取消</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="0" column="1" rowspan="2">
  103. <spacer name="horizontalSpacer">
  104. <property name="orientation">
  105. <enum>Qt::Horizontal</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>553</width>
  110. <height>20</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. <item row="1" column="0">
  116. <widget class="QLabel" name="label_time">
  117. <property name="enabled">
  118. <bool>true</bool>
  119. </property>
  120. <property name="minimumSize">
  121. <size>
  122. <width>200</width>
  123. <height>0</height>
  124. </size>
  125. </property>
  126. <property name="styleSheet">
  127. <string notr="true"/>
  128. </property>
  129. <property name="text">
  130. <string>耗时: 0ms</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="0" column="0">
  135. <widget class="QLabel" name="label_state">
  136. <property name="enabled">
  137. <bool>true</bool>
  138. </property>
  139. <property name="minimumSize">
  140. <size>
  141. <width>0</width>
  142. <height>0</height>
  143. </size>
  144. </property>
  145. <property name="styleSheet">
  146. <string notr="true"/>
  147. </property>
  148. <property name="text">
  149. <string>状态: OK</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </widget>
  155. </item>
  156. <item row="0" column="1">
  157. <widget class="QWidget" name="Image_widget" native="true"/>
  158. </item>
  159. <item row="0" column="0">
  160. <widget class="QTabWidget" name="tabWidget">
  161. <property name="minimumSize">
  162. <size>
  163. <width>300</width>
  164. <height>0</height>
  165. </size>
  166. </property>
  167. <property name="maximumSize">
  168. <size>
  169. <width>300</width>
  170. <height>16777215</height>
  171. </size>
  172. </property>
  173. <property name="currentIndex">
  174. <number>0</number>
  175. </property>
  176. <widget class="QWidget" name="widget">
  177. <attribute name="title">
  178. <string>图像相关</string>
  179. </attribute>
  180. <layout class="QVBoxLayout" name="verticalLayout">
  181. <item>
  182. <widget class="QGroupBox" name="groupBox_3">
  183. <property name="minimumSize">
  184. <size>
  185. <width>0</width>
  186. <height>120</height>
  187. </size>
  188. </property>
  189. <property name="maximumSize">
  190. <size>
  191. <width>16777215</width>
  192. <height>120</height>
  193. </size>
  194. </property>
  195. <property name="title">
  196. <string/>
  197. </property>
  198. <widget class="QLabel" name="label_0">
  199. <property name="geometry">
  200. <rect>
  201. <x>0</x>
  202. <y>0</y>
  203. <width>261</width>
  204. <height>21</height>
  205. </rect>
  206. </property>
  207. <property name="text">
  208. <string>加载本地图像</string>
  209. </property>
  210. </widget>
  211. <widget class="QRadioButton" name="rbnFile">
  212. <property name="geometry">
  213. <rect>
  214. <x>30</x>
  215. <y>30</y>
  216. <width>171</width>
  217. <height>21</height>
  218. </rect>
  219. </property>
  220. <property name="text">
  221. <string>读本地文件夹</string>
  222. </property>
  223. </widget>
  224. <widget class="QRadioButton" name="rbnPath">
  225. <property name="geometry">
  226. <rect>
  227. <x>30</x>
  228. <y>50</y>
  229. <width>89</width>
  230. <height>16</height>
  231. </rect>
  232. </property>
  233. <property name="text">
  234. <string>读本地图片</string>
  235. </property>
  236. </widget>
  237. <widget class="QPushButton" name="btnReadImage">
  238. <property name="geometry">
  239. <rect>
  240. <x>140</x>
  241. <y>30</y>
  242. <width>121</width>
  243. <height>41</height>
  244. </rect>
  245. </property>
  246. <property name="text">
  247. <string>加载图像</string>
  248. </property>
  249. </widget>
  250. <widget class="QCheckBox" name="ckbAutoAcq">
  251. <property name="geometry">
  252. <rect>
  253. <x>30</x>
  254. <y>70</y>
  255. <width>161</width>
  256. <height>21</height>
  257. </rect>
  258. </property>
  259. <property name="text">
  260. <string>主动采集并发触发</string>
  261. </property>
  262. </widget>
  263. <widget class="QSpinBox" name="spinFrameRate">
  264. <property name="geometry">
  265. <rect>
  266. <x>70</x>
  267. <y>90</y>
  268. <width>81</width>
  269. <height>22</height>
  270. </rect>
  271. </property>
  272. </widget>
  273. <widget class="QLabel" name="label_1">
  274. <property name="geometry">
  275. <rect>
  276. <x>30</x>
  277. <y>90</y>
  278. <width>31</width>
  279. <height>21</height>
  280. </rect>
  281. </property>
  282. <property name="text">
  283. <string>帧率</string>
  284. </property>
  285. </widget>
  286. <widget class="QLabel" name="labelFrameRate">
  287. <property name="geometry">
  288. <rect>
  289. <x>180</x>
  290. <y>90</y>
  291. <width>61</width>
  292. <height>20</height>
  293. </rect>
  294. </property>
  295. <property name="text">
  296. <string>fps</string>
  297. </property>
  298. </widget>
  299. </widget>
  300. </item>
  301. <item>
  302. <widget class="QTableWidget" name="tableWidget"/>
  303. </item>
  304. </layout>
  305. </widget>
  306. </widget>
  307. </item>
  308. </layout>
  309. </widget>
  310. <layoutdefault spacing="6" margin="11"/>
  311. <resources/>
  312. <connections/>
  313. </ui>