dialog.ui.bak 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>803</width>
  10. <height>556</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="DisplayLabel">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>50</y>
  22. <width>581</width>
  23. <height>431</height>
  24. </rect>
  25. </property>
  26. <property name="styleSheet">
  27. <string notr="true">border-width: 1px;border-style: solid;border-color: rgb(0, 0, 0);</string>
  28. </property>
  29. <property name="text">
  30. <string/>
  31. </property>
  32. <property name="scaledContents">
  33. <bool>true</bool>
  34. </property>
  35. <property name="margin">
  36. <number>1</number>
  37. </property>
  38. </widget>
  39. <widget class="QComboBox" name="comboBox">
  40. <property name="geometry">
  41. <rect>
  42. <x>0</x>
  43. <y>10</y>
  44. <width>791</width>
  45. <height>22</height>
  46. </rect>
  47. </property>
  48. </widget>
  49. <widget class="QPushButton" name="EnumButton">
  50. <property name="geometry">
  51. <rect>
  52. <x>620</x>
  53. <y>50</y>
  54. <width>171</width>
  55. <height>20</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string> 查找设备</string>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="OpenButton">
  63. <property name="enabled">
  64. <bool>false</bool>
  65. </property>
  66. <property name="geometry">
  67. <rect>
  68. <x>620</x>
  69. <y>80</y>
  70. <width>80</width>
  71. <height>20</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>打开设备</string>
  76. </property>
  77. </widget>
  78. <widget class="QPushButton" name="CloseButton">
  79. <property name="enabled">
  80. <bool>false</bool>
  81. </property>
  82. <property name="geometry">
  83. <rect>
  84. <x>710</x>
  85. <y>80</y>
  86. <width>80</width>
  87. <height>20</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>关闭设备</string>
  92. </property>
  93. </widget>
  94. <widget class="QRadioButton" name="ContinuesRadioButton">
  95. <property name="enabled">
  96. <bool>true</bool>
  97. </property>
  98. <property name="geometry">
  99. <rect>
  100. <x>620</x>
  101. <y>110</y>
  102. <width>81</width>
  103. <height>18</height>
  104. </rect>
  105. </property>
  106. <property name="text">
  107. <string>连续模式</string>
  108. </property>
  109. <property name="checked">
  110. <bool>true</bool>
  111. </property>
  112. </widget>
  113. <widget class="QRadioButton" name="HardwareRadioButton">
  114. <property name="enabled">
  115. <bool>true</bool>
  116. </property>
  117. <property name="geometry">
  118. <rect>
  119. <x>710</x>
  120. <y>110</y>
  121. <width>81</width>
  122. <height>18</height>
  123. </rect>
  124. </property>
  125. <property name="text">
  126. <string>触发模式</string>
  127. </property>
  128. </widget>
  129. <widget class="QPushButton" name="StartGrabbingButton">
  130. <property name="enabled">
  131. <bool>false</bool>
  132. </property>
  133. <property name="geometry">
  134. <rect>
  135. <x>620</x>
  136. <y>140</y>
  137. <width>80</width>
  138. <height>20</height>
  139. </rect>
  140. </property>
  141. <property name="text">
  142. <string>开始采集</string>
  143. </property>
  144. </widget>
  145. <widget class="QPushButton" name="StopGrabbingButton">
  146. <property name="enabled">
  147. <bool>false</bool>
  148. </property>
  149. <property name="geometry">
  150. <rect>
  151. <x>710</x>
  152. <y>140</y>
  153. <width>80</width>
  154. <height>20</height>
  155. </rect>
  156. </property>
  157. <property name="text">
  158. <string>停止采集</string>
  159. </property>
  160. </widget>
  161. <widget class="QPushButton" name="SaveBmpButton">
  162. <property name="enabled">
  163. <bool>false</bool>
  164. </property>
  165. <property name="geometry">
  166. <rect>
  167. <x>620</x>
  168. <y>270</y>
  169. <width>81</width>
  170. <height>20</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>保存BMP</string>
  175. </property>
  176. </widget>
  177. <widget class="QLineEdit" name="ExposureLineEdit">
  178. <property name="geometry">
  179. <rect>
  180. <x>680</x>
  181. <y>310</y>
  182. <width>113</width>
  183. <height>20</height>
  184. </rect>
  185. </property>
  186. </widget>
  187. <widget class="QLabel" name="ExposureLabel">
  188. <property name="geometry">
  189. <rect>
  190. <x>620</x>
  191. <y>310</y>
  192. <width>51</width>
  193. <height>16</height>
  194. </rect>
  195. </property>
  196. <property name="text">
  197. <string>曝光</string>
  198. </property>
  199. </widget>
  200. <widget class="QLineEdit" name="GainLineEdit">
  201. <property name="geometry">
  202. <rect>
  203. <x>680</x>
  204. <y>340</y>
  205. <width>113</width>
  206. <height>20</height>
  207. </rect>
  208. </property>
  209. </widget>
  210. <widget class="QLabel" name="GainLabel">
  211. <property name="geometry">
  212. <rect>
  213. <x>620</x>
  214. <y>340</y>
  215. <width>54</width>
  216. <height>12</height>
  217. </rect>
  218. </property>
  219. <property name="text">
  220. <string>增益</string>
  221. </property>
  222. </widget>
  223. <widget class="QLabel" name="FrameRateLabel">
  224. <property name="geometry">
  225. <rect>
  226. <x>620</x>
  227. <y>370</y>
  228. <width>54</width>
  229. <height>12</height>
  230. </rect>
  231. </property>
  232. <property name="text">
  233. <string>帧率</string>
  234. </property>
  235. </widget>
  236. <widget class="QLineEdit" name="FrameRateLineEdit">
  237. <property name="geometry">
  238. <rect>
  239. <x>680</x>
  240. <y>370</y>
  241. <width>113</width>
  242. <height>20</height>
  243. </rect>
  244. </property>
  245. </widget>
  246. <widget class="QPushButton" name="GetParamButton">
  247. <property name="enabled">
  248. <bool>false</bool>
  249. </property>
  250. <property name="geometry">
  251. <rect>
  252. <x>620</x>
  253. <y>410</y>
  254. <width>80</width>
  255. <height>20</height>
  256. </rect>
  257. </property>
  258. <property name="text">
  259. <string>参数获取</string>
  260. </property>
  261. </widget>
  262. <widget class="QPushButton" name="SetParamButton">
  263. <property name="enabled">
  264. <bool>false</bool>
  265. </property>
  266. <property name="geometry">
  267. <rect>
  268. <x>710</x>
  269. <y>410</y>
  270. <width>80</width>
  271. <height>20</height>
  272. </rect>
  273. </property>
  274. <property name="text">
  275. <string>设置参数</string>
  276. </property>
  277. </widget>
  278. <widget class="QPushButton" name="SaveJpgButton">
  279. <property name="enabled">
  280. <bool>false</bool>
  281. </property>
  282. <property name="geometry">
  283. <rect>
  284. <x>710</x>
  285. <y>270</y>
  286. <width>80</width>
  287. <height>20</height>
  288. </rect>
  289. </property>
  290. <property name="text">
  291. <string>保存jpg</string>
  292. </property>
  293. </widget>
  294. <widget class="QCheckBox" name="checkBox">
  295. <property name="geometry">
  296. <rect>
  297. <x>620</x>
  298. <y>170</y>
  299. <width>73</width>
  300. <height>18</height>
  301. </rect>
  302. </property>
  303. <property name="text">
  304. <string>软触发</string>
  305. </property>
  306. </widget>
  307. <widget class="QPushButton" name="SoftwareButton">
  308. <property name="enabled">
  309. <bool>false</bool>
  310. </property>
  311. <property name="geometry">
  312. <rect>
  313. <x>710</x>
  314. <y>170</y>
  315. <width>80</width>
  316. <height>20</height>
  317. </rect>
  318. </property>
  319. <property name="text">
  320. <string>软触发一次</string>
  321. </property>
  322. </widget>
  323. </widget>
  324. <widget class="QStatusBar" name="statusBar"/>
  325. </widget>
  326. <layoutdefault spacing="6" margin="11"/>
  327. <resources/>
  328. <connections/>
  329. </ui>