CToolDialog.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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>320</height>
  187. </size>
  188. </property>
  189. <property name="maximumSize">
  190. <size>
  191. <width>16777215</width>
  192. <height>320</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="QComboBox" name="comboPlateFormat">
  212. <property name="geometry">
  213. <rect>
  214. <x>80</x>
  215. <y>40</y>
  216. <width>151</width>
  217. <height>22</height>
  218. </rect>
  219. </property>
  220. </widget>
  221. <widget class="QLabel" name="label">
  222. <property name="geometry">
  223. <rect>
  224. <x>13</x>
  225. <y>40</y>
  226. <width>61</width>
  227. <height>20</height>
  228. </rect>
  229. </property>
  230. <property name="text">
  231. <string>标定版规格</string>
  232. </property>
  233. </widget>
  234. <widget class="QLabel" name="label_2">
  235. <property name="geometry">
  236. <rect>
  237. <x>10</x>
  238. <y>200</y>
  239. <width>61</width>
  240. <height>20</height>
  241. </rect>
  242. </property>
  243. <property name="text">
  244. <string>中心距离</string>
  245. </property>
  246. </widget>
  247. <widget class="QLabel" name="label_3">
  248. <property name="geometry">
  249. <rect>
  250. <x>10</x>
  251. <y>140</y>
  252. <width>61</width>
  253. <height>20</height>
  254. </rect>
  255. </property>
  256. <property name="text">
  257. <string>镜头焦距</string>
  258. </property>
  259. </widget>
  260. <widget class="QLabel" name="label_4">
  261. <property name="geometry">
  262. <rect>
  263. <x>10</x>
  264. <y>170</y>
  265. <width>61</width>
  266. <height>20</height>
  267. </rect>
  268. </property>
  269. <property name="text">
  270. <string>像元尺寸</string>
  271. </property>
  272. </widget>
  273. <widget class="QLabel" name="label_5">
  274. <property name="geometry">
  275. <rect>
  276. <x>10</x>
  277. <y>110</y>
  278. <width>61</width>
  279. <height>20</height>
  280. </rect>
  281. </property>
  282. <property name="text">
  283. <string>标定板厚度</string>
  284. </property>
  285. </widget>
  286. <widget class="QComboBox" name="comboPlateThickness">
  287. <property name="geometry">
  288. <rect>
  289. <x>80</x>
  290. <y>110</y>
  291. <width>151</width>
  292. <height>22</height>
  293. </rect>
  294. </property>
  295. </widget>
  296. <widget class="QComboBox" name="comboFocus">
  297. <property name="geometry">
  298. <rect>
  299. <x>80</x>
  300. <y>140</y>
  301. <width>151</width>
  302. <height>22</height>
  303. </rect>
  304. </property>
  305. </widget>
  306. <widget class="QComboBox" name="comboCellSize">
  307. <property name="geometry">
  308. <rect>
  309. <x>80</x>
  310. <y>170</y>
  311. <width>151</width>
  312. <height>22</height>
  313. </rect>
  314. </property>
  315. </widget>
  316. <widget class="QComboBox" name="comboBox_5">
  317. <property name="geometry">
  318. <rect>
  319. <x>80</x>
  320. <y>200</y>
  321. <width>151</width>
  322. <height>22</height>
  323. </rect>
  324. </property>
  325. </widget>
  326. <widget class="QLabel" name="labelInfo">
  327. <property name="geometry">
  328. <rect>
  329. <x>20</x>
  330. <y>250</y>
  331. <width>221</width>
  332. <height>16</height>
  333. </rect>
  334. </property>
  335. <property name="text">
  336. <string>Info</string>
  337. </property>
  338. </widget>
  339. <widget class="QComboBox" name="comboPiontSize">
  340. <property name="geometry">
  341. <rect>
  342. <x>80</x>
  343. <y>80</y>
  344. <width>151</width>
  345. <height>22</height>
  346. </rect>
  347. </property>
  348. </widget>
  349. <widget class="QLabel" name="label_6">
  350. <property name="geometry">
  351. <rect>
  352. <x>10</x>
  353. <y>80</y>
  354. <width>61</width>
  355. <height>20</height>
  356. </rect>
  357. </property>
  358. <property name="text">
  359. <string>标志点大小</string>
  360. </property>
  361. </widget>
  362. <widget class="QPushButton" name="btnAddImage">
  363. <property name="geometry">
  364. <rect>
  365. <x>10</x>
  366. <y>290</y>
  367. <width>41</width>
  368. <height>23</height>
  369. </rect>
  370. </property>
  371. <property name="text">
  372. <string>+</string>
  373. </property>
  374. </widget>
  375. <widget class="QPushButton" name="btnDelImage">
  376. <property name="geometry">
  377. <rect>
  378. <x>60</x>
  379. <y>290</y>
  380. <width>41</width>
  381. <height>23</height>
  382. </rect>
  383. </property>
  384. <property name="text">
  385. <string>-</string>
  386. </property>
  387. </widget>
  388. <widget class="QPushButton" name="btnCalibration">
  389. <property name="geometry">
  390. <rect>
  391. <x>154</x>
  392. <y>280</y>
  393. <width>101</width>
  394. <height>31</height>
  395. </rect>
  396. </property>
  397. <property name="text">
  398. <string>标定</string>
  399. </property>
  400. </widget>
  401. </widget>
  402. </item>
  403. <item>
  404. <widget class="QTableWidget" name="tableWidget"/>
  405. </item>
  406. </layout>
  407. </widget>
  408. </widget>
  409. </item>
  410. </layout>
  411. </widget>
  412. <layoutdefault spacing="6" margin="11"/>
  413. <resources/>
  414. <connections/>
  415. </ui>