CToolDialog.ui 7.8 KB

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