CToolDialog.ui 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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="0" column="0">
  22. <widget class="QTabWidget" name="tabWidget">
  23. <property name="currentIndex">
  24. <number>0</number>
  25. </property>
  26. <widget class="QWidget" name="tab">
  27. <attribute name="title">
  28. <string>相机</string>
  29. </attribute>
  30. <widget class="QGroupBox" name="groupBox_1">
  31. <property name="geometry">
  32. <rect>
  33. <x>40</x>
  34. <y>20</y>
  35. <width>821</width>
  36. <height>70</height>
  37. </rect>
  38. </property>
  39. <property name="title">
  40. <string/>
  41. </property>
  42. <widget class="QLabel" name="label_1">
  43. <property name="geometry">
  44. <rect>
  45. <x>0</x>
  46. <y>0</y>
  47. <width>821</width>
  48. <height>21</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>增益</string>
  53. </property>
  54. </widget>
  55. <widget class="QSpinBox" name="spinBoxGain">
  56. <property name="geometry">
  57. <rect>
  58. <x>660</x>
  59. <y>30</y>
  60. <width>101</width>
  61. <height>22</height>
  62. </rect>
  63. </property>
  64. </widget>
  65. <widget class="QSlider" name="SliderGain">
  66. <property name="geometry">
  67. <rect>
  68. <x>60</x>
  69. <y>30</y>
  70. <width>571</width>
  71. <height>22</height>
  72. </rect>
  73. </property>
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. </widget>
  78. </widget>
  79. <widget class="QGroupBox" name="groupBox_3">
  80. <property name="geometry">
  81. <rect>
  82. <x>40</x>
  83. <y>210</y>
  84. <width>821</width>
  85. <height>70</height>
  86. </rect>
  87. </property>
  88. <property name="title">
  89. <string/>
  90. </property>
  91. <widget class="QLabel" name="label_3">
  92. <property name="geometry">
  93. <rect>
  94. <x>0</x>
  95. <y>0</y>
  96. <width>821</width>
  97. <height>21</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>采集模式</string>
  102. </property>
  103. </widget>
  104. </widget>
  105. <widget class="QGroupBox" name="groupBox_2">
  106. <property name="geometry">
  107. <rect>
  108. <x>40</x>
  109. <y>110</y>
  110. <width>821</width>
  111. <height>70</height>
  112. </rect>
  113. </property>
  114. <property name="title">
  115. <string/>
  116. </property>
  117. <widget class="QLabel" name="label_2">
  118. <property name="geometry">
  119. <rect>
  120. <x>0</x>
  121. <y>0</y>
  122. <width>821</width>
  123. <height>21</height>
  124. </rect>
  125. </property>
  126. <property name="text">
  127. <string>曝光时间</string>
  128. </property>
  129. </widget>
  130. <widget class="QSpinBox" name="spinBoxExposure">
  131. <property name="geometry">
  132. <rect>
  133. <x>660</x>
  134. <y>30</y>
  135. <width>101</width>
  136. <height>22</height>
  137. </rect>
  138. </property>
  139. </widget>
  140. <widget class="QSlider" name="SliderExposure">
  141. <property name="geometry">
  142. <rect>
  143. <x>60</x>
  144. <y>30</y>
  145. <width>571</width>
  146. <height>22</height>
  147. </rect>
  148. </property>
  149. <property name="orientation">
  150. <enum>Qt::Horizontal</enum>
  151. </property>
  152. </widget>
  153. </widget>
  154. <widget class="QGroupBox" name="groupBox_4">
  155. <property name="geometry">
  156. <rect>
  157. <x>40</x>
  158. <y>310</y>
  159. <width>821</width>
  160. <height>111</height>
  161. </rect>
  162. </property>
  163. <property name="title">
  164. <string/>
  165. </property>
  166. <widget class="QLabel" name="label_4">
  167. <property name="geometry">
  168. <rect>
  169. <x>0</x>
  170. <y>0</y>
  171. <width>821</width>
  172. <height>21</height>
  173. </rect>
  174. </property>
  175. <property name="text">
  176. <string>其它参数</string>
  177. </property>
  178. </widget>
  179. <widget class="QPushButton" name="btn_Config">
  180. <property name="geometry">
  181. <rect>
  182. <x>30</x>
  183. <y>30</y>
  184. <width>91</width>
  185. <height>41</height>
  186. </rect>
  187. </property>
  188. <property name="text">
  189. <string>Config</string>
  190. </property>
  191. </widget>
  192. </widget>
  193. </widget>
  194. <widget class="QWidget" name="widget">
  195. <attribute name="title">
  196. <string>图像</string>
  197. </attribute>
  198. </widget>
  199. </widget>
  200. </item>
  201. <item row="1" column="0">
  202. <widget class="QWidget" name="Tool_widget" native="true">
  203. <property name="maximumSize">
  204. <size>
  205. <width>16777215</width>
  206. <height>72</height>
  207. </size>
  208. </property>
  209. <property name="styleSheet">
  210. <string notr="true"/>
  211. </property>
  212. <layout class="QGridLayout" name="gridLayout">
  213. <property name="leftMargin">
  214. <number>6</number>
  215. </property>
  216. <property name="topMargin">
  217. <number>6</number>
  218. </property>
  219. <property name="rightMargin">
  220. <number>6</number>
  221. </property>
  222. <property name="bottomMargin">
  223. <number>6</number>
  224. </property>
  225. <property name="horizontalSpacing">
  226. <number>20</number>
  227. </property>
  228. <item row="0" column="3" rowspan="2">
  229. <widget class="QPushButton" name="btnOK">
  230. <property name="minimumSize">
  231. <size>
  232. <width>80</width>
  233. <height>30</height>
  234. </size>
  235. </property>
  236. <property name="styleSheet">
  237. <string notr="true"/>
  238. </property>
  239. <property name="text">
  240. <string>确定</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="0" column="2" rowspan="2">
  245. <widget class="QPushButton" name="btnExecute">
  246. <property name="minimumSize">
  247. <size>
  248. <width>80</width>
  249. <height>30</height>
  250. </size>
  251. </property>
  252. <property name="styleSheet">
  253. <string notr="true"/>
  254. </property>
  255. <property name="text">
  256. <string>执行</string>
  257. </property>
  258. </widget>
  259. </item>
  260. <item row="0" column="4" rowspan="2">
  261. <widget class="QPushButton" name="btnCancel">
  262. <property name="minimumSize">
  263. <size>
  264. <width>80</width>
  265. <height>30</height>
  266. </size>
  267. </property>
  268. <property name="styleSheet">
  269. <string notr="true"/>
  270. </property>
  271. <property name="text">
  272. <string>取消</string>
  273. </property>
  274. </widget>
  275. </item>
  276. <item row="0" column="1" rowspan="2">
  277. <spacer name="horizontalSpacer">
  278. <property name="orientation">
  279. <enum>Qt::Horizontal</enum>
  280. </property>
  281. <property name="sizeHint" stdset="0">
  282. <size>
  283. <width>553</width>
  284. <height>20</height>
  285. </size>
  286. </property>
  287. </spacer>
  288. </item>
  289. <item row="1" column="0">
  290. <widget class="QLabel" name="label_time">
  291. <property name="enabled">
  292. <bool>true</bool>
  293. </property>
  294. <property name="minimumSize">
  295. <size>
  296. <width>200</width>
  297. <height>0</height>
  298. </size>
  299. </property>
  300. <property name="styleSheet">
  301. <string notr="true"/>
  302. </property>
  303. <property name="text">
  304. <string>耗时: 0ms</string>
  305. </property>
  306. </widget>
  307. </item>
  308. <item row="0" column="0">
  309. <widget class="QLabel" name="label_state">
  310. <property name="enabled">
  311. <bool>true</bool>
  312. </property>
  313. <property name="minimumSize">
  314. <size>
  315. <width>0</width>
  316. <height>0</height>
  317. </size>
  318. </property>
  319. <property name="styleSheet">
  320. <string notr="true"/>
  321. </property>
  322. <property name="text">
  323. <string>状态: OK</string>
  324. </property>
  325. </widget>
  326. </item>
  327. </layout>
  328. </widget>
  329. </item>
  330. </layout>
  331. </widget>
  332. <layoutdefault spacing="6" margin="11"/>
  333. <resources/>
  334. <connections/>
  335. </ui>