CToolDialog.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. <layout class="QGridLayout" name="gridLayout_3">
  49. <item row="0" column="0">
  50. <widget class="QLabel" name="label_5">
  51. <property name="text">
  52. <string>ROI 类型</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="1" column="0" colspan="2">
  57. <widget class="QWidget" name="widget_2" native="true">
  58. <layout class="QGridLayout" name="gridLayout_2">
  59. <item row="0" column="0">
  60. <widget class="QComboBox" name="comboMarkMode"/>
  61. </item>
  62. <item row="1" column="0">
  63. <widget class="QPushButton" name="btnTest">
  64. <property name="text">
  65. <string>PushButton</string>
  66. </property>
  67. </widget>
  68. </item>
  69. </layout>
  70. </widget>
  71. </item>
  72. <item row="2" column="0" colspan="2">
  73. <spacer name="verticalSpacer">
  74. <property name="orientation">
  75. <enum>Qt::Vertical</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>253</width>
  80. <height>349</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. </layout>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. <widget class="QWidget" name="tab_2">
  91. <attribute name="title">
  92. <string>显示设置</string>
  93. </attribute>
  94. </widget>
  95. </widget>
  96. </item>
  97. <item row="0" column="1">
  98. <widget class="QWidget" name="Image_widget" native="true"/>
  99. </item>
  100. <item row="1" column="0" colspan="2">
  101. <widget class="QWidget" name="Tool_widget" native="true">
  102. <property name="maximumSize">
  103. <size>
  104. <width>16777215</width>
  105. <height>42</height>
  106. </size>
  107. </property>
  108. <property name="styleSheet">
  109. <string notr="true"/>
  110. </property>
  111. <layout class="QGridLayout" name="gridLayout">
  112. <property name="leftMargin">
  113. <number>6</number>
  114. </property>
  115. <property name="topMargin">
  116. <number>6</number>
  117. </property>
  118. <property name="rightMargin">
  119. <number>6</number>
  120. </property>
  121. <property name="bottomMargin">
  122. <number>6</number>
  123. </property>
  124. <property name="horizontalSpacing">
  125. <number>20</number>
  126. </property>
  127. <item row="0" column="3" rowspan="2">
  128. <widget class="QPushButton" name="btnOK">
  129. <property name="minimumSize">
  130. <size>
  131. <width>80</width>
  132. <height>30</height>
  133. </size>
  134. </property>
  135. <property name="styleSheet">
  136. <string notr="true"/>
  137. </property>
  138. <property name="text">
  139. <string>确定</string>
  140. </property>
  141. </widget>
  142. </item>
  143. <item row="0" column="2" rowspan="2">
  144. <widget class="QPushButton" name="btnExecute">
  145. <property name="minimumSize">
  146. <size>
  147. <width>80</width>
  148. <height>30</height>
  149. </size>
  150. </property>
  151. <property name="styleSheet">
  152. <string notr="true"/>
  153. </property>
  154. <property name="text">
  155. <string>执行</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="0" column="4" rowspan="2">
  160. <widget class="QPushButton" name="btnCancel">
  161. <property name="minimumSize">
  162. <size>
  163. <width>80</width>
  164. <height>30</height>
  165. </size>
  166. </property>
  167. <property name="styleSheet">
  168. <string notr="true"/>
  169. </property>
  170. <property name="text">
  171. <string>取消</string>
  172. </property>
  173. </widget>
  174. </item>
  175. <item row="0" column="1" rowspan="2">
  176. <spacer name="horizontalSpacer">
  177. <property name="orientation">
  178. <enum>Qt::Horizontal</enum>
  179. </property>
  180. <property name="sizeHint" stdset="0">
  181. <size>
  182. <width>553</width>
  183. <height>20</height>
  184. </size>
  185. </property>
  186. </spacer>
  187. </item>
  188. <item row="1" column="0">
  189. <widget class="QLabel" name="label_time">
  190. <property name="enabled">
  191. <bool>true</bool>
  192. </property>
  193. <property name="minimumSize">
  194. <size>
  195. <width>200</width>
  196. <height>0</height>
  197. </size>
  198. </property>
  199. <property name="styleSheet">
  200. <string notr="true"/>
  201. </property>
  202. <property name="text">
  203. <string>耗时: 0ms</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="0" column="0">
  208. <widget class="QLabel" name="label_state">
  209. <property name="enabled">
  210. <bool>true</bool>
  211. </property>
  212. <property name="minimumSize">
  213. <size>
  214. <width>0</width>
  215. <height>0</height>
  216. </size>
  217. </property>
  218. <property name="styleSheet">
  219. <string notr="true"/>
  220. </property>
  221. <property name="text">
  222. <string>状态: OK</string>
  223. </property>
  224. </widget>
  225. </item>
  226. </layout>
  227. </widget>
  228. </item>
  229. </layout>
  230. </widget>
  231. <layoutdefault spacing="6" margin="11"/>
  232. <resources/>
  233. <connections/>
  234. </ui>