CToolDialog.ui 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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">
  22. <widget class="QWidget" name="Tool_widget" native="true">
  23. <property name="maximumSize">
  24. <size>
  25. <width>16777215</width>
  26. <height>72</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="0" column="0">
  151. <widget class="QSplitter" name="splitter">
  152. <property name="maximumSize">
  153. <size>
  154. <width>16777215</width>
  155. <height>16777215</height>
  156. </size>
  157. </property>
  158. <property name="layoutDirection">
  159. <enum>Qt::LeftToRight</enum>
  160. </property>
  161. <property name="orientation">
  162. <enum>Qt::Horizontal</enum>
  163. </property>
  164. <widget class="QTabWidget" name="tabWidget">
  165. <property name="sizePolicy">
  166. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  167. <horstretch>0</horstretch>
  168. <verstretch>8</verstretch>
  169. </sizepolicy>
  170. </property>
  171. <property name="minimumSize">
  172. <size>
  173. <width>300</width>
  174. <height>0</height>
  175. </size>
  176. </property>
  177. <property name="maximumSize">
  178. <size>
  179. <width>16777215</width>
  180. <height>16777215</height>
  181. </size>
  182. </property>
  183. <property name="currentIndex">
  184. <number>0</number>
  185. </property>
  186. <widget class="QWidget" name="tab_1">
  187. <attribute name="title">
  188. <string>基本参数</string>
  189. </attribute>
  190. <layout class="QVBoxLayout" name="verticalLayout_2">
  191. <item>
  192. <widget class="QLabel" name="label_5">
  193. <property name="maximumSize">
  194. <size>
  195. <width>16777215</width>
  196. <height>20</height>
  197. </size>
  198. </property>
  199. <property name="text">
  200. <string>Disp</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QWidget" name="Image_widget" native="true">
  206. <property name="minimumSize">
  207. <size>
  208. <width>50</width>
  209. <height>50</height>
  210. </size>
  211. </property>
  212. </widget>
  213. </item>
  214. <item>
  215. <widget class="QWidget" name="widget_3" native="true">
  216. <property name="minimumSize">
  217. <size>
  218. <width>0</width>
  219. <height>150</height>
  220. </size>
  221. </property>
  222. <property name="maximumSize">
  223. <size>
  224. <width>16777215</width>
  225. <height>150</height>
  226. </size>
  227. </property>
  228. <layout class="QHBoxLayout" name="horizontalLayout">
  229. <property name="spacing">
  230. <number>0</number>
  231. </property>
  232. <property name="leftMargin">
  233. <number>0</number>
  234. </property>
  235. <property name="topMargin">
  236. <number>0</number>
  237. </property>
  238. <property name="rightMargin">
  239. <number>0</number>
  240. </property>
  241. <property name="bottomMargin">
  242. <number>0</number>
  243. </property>
  244. <item>
  245. <widget class="QTextEdit" name="textOutput">
  246. <property name="lineWrapMode">
  247. <enum>QTextEdit::NoWrap</enum>
  248. </property>
  249. </widget>
  250. </item>
  251. <item>
  252. <widget class="QWidget" name="widget_2" native="true">
  253. <property name="minimumSize">
  254. <size>
  255. <width>0</width>
  256. <height>0</height>
  257. </size>
  258. </property>
  259. <property name="maximumSize">
  260. <size>
  261. <width>100</width>
  262. <height>150</height>
  263. </size>
  264. </property>
  265. <layout class="QVBoxLayout" name="verticalLayout_3">
  266. <item>
  267. <widget class="QPushButton" name="btnLoad">
  268. <property name="text">
  269. <string>加载脚本</string>
  270. </property>
  271. </widget>
  272. </item>
  273. <item>
  274. <widget class="QPushButton" name="btnExport">
  275. <property name="text">
  276. <string>导出脚本</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item>
  281. <widget class="QPushButton" name="btnCompile">
  282. <property name="text">
  283. <string>编译脚本</string>
  284. </property>
  285. </widget>
  286. </item>
  287. <item>
  288. <widget class="QCheckBox" name="checkBoxEnableDebug">
  289. <property name="text">
  290. <string>启用调试</string>
  291. </property>
  292. </widget>
  293. </item>
  294. </layout>
  295. </widget>
  296. </item>
  297. </layout>
  298. </widget>
  299. </item>
  300. </layout>
  301. </widget>
  302. <widget class="QWidget" name="tab_2">
  303. <attribute name="title">
  304. <string>显示设置</string>
  305. </attribute>
  306. </widget>
  307. </widget>
  308. <widget class="QWidget" name="widget" native="true">
  309. <property name="styleSheet">
  310. <string notr="true"/>
  311. </property>
  312. <layout class="QVBoxLayout" name="verticalLayout">
  313. <item>
  314. <widget class="QComboBox" name="comboBoxFunction"/>
  315. </item>
  316. <item>
  317. <widget class="QWidget" name="widgetEditor" native="true"/>
  318. </item>
  319. </layout>
  320. </widget>
  321. </widget>
  322. </item>
  323. </layout>
  324. </widget>
  325. <layoutdefault spacing="6" margin="11"/>
  326. <resources/>
  327. <connections/>
  328. </ui>