CToolDialog.ui 8.3 KB

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