CToolDialog.ui 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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="minimumSize">
  24. <size>
  25. <width>300</width>
  26. <height>0</height>
  27. </size>
  28. </property>
  29. <property name="maximumSize">
  30. <size>
  31. <width>300</width>
  32. <height>16777215</height>
  33. </size>
  34. </property>
  35. <property name="currentIndex">
  36. <number>0</number>
  37. </property>
  38. <widget class="QWidget" name="tab">
  39. <attribute name="title">
  40. <string>相机</string>
  41. </attribute>
  42. <widget class="QGroupBox" name="groupBox_2">
  43. <property name="geometry">
  44. <rect>
  45. <x>20</x>
  46. <y>20</y>
  47. <width>231</width>
  48. <height>221</height>
  49. </rect>
  50. </property>
  51. <property name="title">
  52. <string/>
  53. </property>
  54. <widget class="QPushButton" name="btnSoftwareTrigger">
  55. <property name="geometry">
  56. <rect>
  57. <x>40</x>
  58. <y>50</y>
  59. <width>131</width>
  60. <height>51</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>Trigger</string>
  65. </property>
  66. </widget>
  67. <widget class="QPushButton" name="btnConfig">
  68. <property name="geometry">
  69. <rect>
  70. <x>44</x>
  71. <y>122</y>
  72. <width>131</width>
  73. <height>41</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>Config</string>
  78. </property>
  79. </widget>
  80. </widget>
  81. </widget>
  82. <widget class="QWidget" name="widget">
  83. <attribute name="title">
  84. <string>图像</string>
  85. </attribute>
  86. <widget class="QGroupBox" name="groupBox">
  87. <property name="geometry">
  88. <rect>
  89. <x>20</x>
  90. <y>20</y>
  91. <width>221</width>
  92. <height>151</height>
  93. </rect>
  94. </property>
  95. <property name="title">
  96. <string/>
  97. </property>
  98. <widget class="QCheckBox" name="checkBox">
  99. <property name="geometry">
  100. <rect>
  101. <x>30</x>
  102. <y>50</y>
  103. <width>171</width>
  104. <height>16</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>使用图像缓存</string>
  109. </property>
  110. </widget>
  111. <widget class="QCheckBox" name="checkBox_2">
  112. <property name="geometry">
  113. <rect>
  114. <x>30</x>
  115. <y>80</y>
  116. <width>171</width>
  117. <height>16</height>
  118. </rect>
  119. </property>
  120. <property name="text">
  121. <string>序列化缓存图像</string>
  122. </property>
  123. </widget>
  124. </widget>
  125. </widget>
  126. </widget>
  127. </item>
  128. <item row="0" column="1">
  129. <widget class="QWidget" name="Image_widget" native="true"/>
  130. </item>
  131. <item row="1" column="0" colspan="2">
  132. <widget class="QWidget" name="Tool_widget" native="true">
  133. <property name="minimumSize">
  134. <size>
  135. <width>0</width>
  136. <height>42</height>
  137. </size>
  138. </property>
  139. <property name="maximumSize">
  140. <size>
  141. <width>16777215</width>
  142. <height>42</height>
  143. </size>
  144. </property>
  145. <property name="styleSheet">
  146. <string notr="true"/>
  147. </property>
  148. <layout class="QGridLayout" name="gridLayout">
  149. <property name="leftMargin">
  150. <number>6</number>
  151. </property>
  152. <property name="topMargin">
  153. <number>6</number>
  154. </property>
  155. <property name="rightMargin">
  156. <number>6</number>
  157. </property>
  158. <property name="bottomMargin">
  159. <number>6</number>
  160. </property>
  161. <property name="horizontalSpacing">
  162. <number>20</number>
  163. </property>
  164. <item row="0" column="3" rowspan="2">
  165. <widget class="QPushButton" name="btnOK">
  166. <property name="minimumSize">
  167. <size>
  168. <width>80</width>
  169. <height>30</height>
  170. </size>
  171. </property>
  172. <property name="styleSheet">
  173. <string notr="true"/>
  174. </property>
  175. <property name="text">
  176. <string>确定</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="0" column="2" rowspan="2">
  181. <widget class="QPushButton" name="btnExecute">
  182. <property name="minimumSize">
  183. <size>
  184. <width>80</width>
  185. <height>30</height>
  186. </size>
  187. </property>
  188. <property name="styleSheet">
  189. <string notr="true"/>
  190. </property>
  191. <property name="text">
  192. <string>执行</string>
  193. </property>
  194. </widget>
  195. </item>
  196. <item row="0" column="4" rowspan="2">
  197. <widget class="QPushButton" name="btnCancel">
  198. <property name="minimumSize">
  199. <size>
  200. <width>80</width>
  201. <height>30</height>
  202. </size>
  203. </property>
  204. <property name="styleSheet">
  205. <string notr="true"/>
  206. </property>
  207. <property name="text">
  208. <string>取消</string>
  209. </property>
  210. </widget>
  211. </item>
  212. <item row="0" column="1" rowspan="2">
  213. <spacer name="horizontalSpacer">
  214. <property name="orientation">
  215. <enum>Qt::Horizontal</enum>
  216. </property>
  217. <property name="sizeHint" stdset="0">
  218. <size>
  219. <width>553</width>
  220. <height>20</height>
  221. </size>
  222. </property>
  223. </spacer>
  224. </item>
  225. <item row="1" column="0">
  226. <widget class="QLabel" name="label_time">
  227. <property name="enabled">
  228. <bool>true</bool>
  229. </property>
  230. <property name="minimumSize">
  231. <size>
  232. <width>200</width>
  233. <height>0</height>
  234. </size>
  235. </property>
  236. <property name="styleSheet">
  237. <string notr="true"/>
  238. </property>
  239. <property name="text">
  240. <string>耗时: 0ms</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="0" column="0">
  245. <widget class="QLabel" name="label_state">
  246. <property name="enabled">
  247. <bool>true</bool>
  248. </property>
  249. <property name="minimumSize">
  250. <size>
  251. <width>0</width>
  252. <height>0</height>
  253. </size>
  254. </property>
  255. <property name="styleSheet">
  256. <string notr="true"/>
  257. </property>
  258. <property name="text">
  259. <string>状态: OK</string>
  260. </property>
  261. </widget>
  262. </item>
  263. </layout>
  264. </widget>
  265. </item>
  266. </layout>
  267. </widget>
  268. <layoutdefault spacing="6" margin="11"/>
  269. <resources/>
  270. <connections/>
  271. </ui>