CToolDialog.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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>0</height>
  187. </size>
  188. </property>
  189. <property name="maximumSize">
  190. <size>
  191. <width>16777215</width>
  192. <height>16777215</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="QLabel" name="label_1">
  212. <property name="geometry">
  213. <rect>
  214. <x>30</x>
  215. <y>20</y>
  216. <width>81</width>
  217. <height>21</height>
  218. </rect>
  219. </property>
  220. <property name="text">
  221. <string>存图模式</string>
  222. </property>
  223. </widget>
  224. <widget class="QLabel" name="label_2">
  225. <property name="geometry">
  226. <rect>
  227. <x>30</x>
  228. <y>50</y>
  229. <width>81</width>
  230. <height>21</height>
  231. </rect>
  232. </property>
  233. <property name="text">
  234. <string>存图间隔</string>
  235. </property>
  236. </widget>
  237. <widget class="QLabel" name="label_3">
  238. <property name="geometry">
  239. <rect>
  240. <x>30</x>
  241. <y>80</y>
  242. <width>81</width>
  243. <height>21</height>
  244. </rect>
  245. </property>
  246. <property name="text">
  247. <string>最大缓存</string>
  248. </property>
  249. </widget>
  250. <widget class="QLabel" name="label_4">
  251. <property name="geometry">
  252. <rect>
  253. <x>30</x>
  254. <y>110</y>
  255. <width>81</width>
  256. <height>21</height>
  257. </rect>
  258. </property>
  259. <property name="text">
  260. <string>当前缓存</string>
  261. </property>
  262. </widget>
  263. <widget class="QComboBox" name="comboBoxMode">
  264. <property name="geometry">
  265. <rect>
  266. <x>110</x>
  267. <y>20</y>
  268. <width>151</width>
  269. <height>22</height>
  270. </rect>
  271. </property>
  272. <item>
  273. <property name="text">
  274. <string>序号命名模式</string>
  275. </property>
  276. </item>
  277. <item>
  278. <property name="text">
  279. <string>日期命名模式</string>
  280. </property>
  281. </item>
  282. </widget>
  283. <widget class="QSpinBox" name="spinBoxFreeTime">
  284. <property name="geometry">
  285. <rect>
  286. <x>110</x>
  287. <y>50</y>
  288. <width>151</width>
  289. <height>22</height>
  290. </rect>
  291. </property>
  292. </widget>
  293. <widget class="QSpinBox" name="spinBoxMaxBufferSize">
  294. <property name="geometry">
  295. <rect>
  296. <x>110</x>
  297. <y>80</y>
  298. <width>151</width>
  299. <height>22</height>
  300. </rect>
  301. </property>
  302. </widget>
  303. <widget class="QLabel" name="label_BufferSize">
  304. <property name="geometry">
  305. <rect>
  306. <x>110</x>
  307. <y>110</y>
  308. <width>141</width>
  309. <height>21</height>
  310. </rect>
  311. </property>
  312. <property name="text">
  313. <string>0</string>
  314. </property>
  315. <property name="wordWrap">
  316. <bool>false</bool>
  317. </property>
  318. </widget>
  319. <widget class="QLabel" name="label_5">
  320. <property name="geometry">
  321. <rect>
  322. <x>30</x>
  323. <y>200</y>
  324. <width>81</width>
  325. <height>21</height>
  326. </rect>
  327. </property>
  328. <property name="text">
  329. <string>存图路径</string>
  330. </property>
  331. </widget>
  332. <widget class="QPushButton" name="btnChagePath">
  333. <property name="geometry">
  334. <rect>
  335. <x>220</x>
  336. <y>200</y>
  337. <width>31</width>
  338. <height>23</height>
  339. </rect>
  340. </property>
  341. <property name="text">
  342. <string>...</string>
  343. </property>
  344. </widget>
  345. <widget class="QLabel" name="label_TempPath">
  346. <property name="geometry">
  347. <rect>
  348. <x>20</x>
  349. <y>300</y>
  350. <width>231</width>
  351. <height>101</height>
  352. </rect>
  353. </property>
  354. <property name="text">
  355. <string/>
  356. </property>
  357. <property name="wordWrap">
  358. <bool>true</bool>
  359. </property>
  360. </widget>
  361. <widget class="QTextEdit" name="editImagePath">
  362. <property name="enabled">
  363. <bool>false</bool>
  364. </property>
  365. <property name="geometry">
  366. <rect>
  367. <x>30</x>
  368. <y>220</y>
  369. <width>231</width>
  370. <height>51</height>
  371. </rect>
  372. </property>
  373. <property name="html">
  374. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  375. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  376. p, li { white-space: pre-wrap; }
  377. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  378. &lt;p align=&quot;right&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  379. </property>
  380. </widget>
  381. <widget class="QCheckBox" name="checkBoxEnableSave">
  382. <property name="geometry">
  383. <rect>
  384. <x>70</x>
  385. <y>160</y>
  386. <width>76</width>
  387. <height>18</height>
  388. </rect>
  389. </property>
  390. <property name="text">
  391. <string>启用存图</string>
  392. </property>
  393. </widget>
  394. </widget>
  395. </item>
  396. </layout>
  397. </widget>
  398. </widget>
  399. </item>
  400. </layout>
  401. </widget>
  402. <layoutdefault spacing="6" margin="11"/>
  403. <resources/>
  404. <connections/>
  405. </ui>