ThresholdTool.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ThresholdTool</class>
  4. <widget class="QDialog" name="ThresholdTool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>380</width>
  10. <height>392</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0" colspan="3">
  20. <layout class="QGridLayout" name="gridLayout1">
  21. <item row="0" column="0">
  22. <widget class="QLabel" name="label1">
  23. <property name="text">
  24. <string>低阈值:</string>
  25. </property>
  26. </widget>
  27. </item>
  28. <item row="0" column="1">
  29. <widget class="QSlider" name="horizontalSlidermin">
  30. <property name="minimumSize">
  31. <size>
  32. <width>0</width>
  33. <height>0</height>
  34. </size>
  35. </property>
  36. <property name="maximumSize">
  37. <size>
  38. <width>99999</width>
  39. <height>99999</height>
  40. </size>
  41. </property>
  42. <property name="maximum">
  43. <number>255</number>
  44. </property>
  45. <property name="orientation">
  46. <enum>Qt::Horizontal</enum>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="0" column="2">
  51. <widget class="QLabel" name="label2">
  52. <property name="minimumSize">
  53. <size>
  54. <width>0</width>
  55. <height>0</height>
  56. </size>
  57. </property>
  58. <property name="text">
  59. <string/>
  60. </property>
  61. </widget>
  62. </item>
  63. </layout>
  64. </item>
  65. <item row="2" column="0">
  66. <spacer name="horizontalSpacer1">
  67. <property name="orientation">
  68. <enum>Qt::Horizontal</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>127</width>
  73. <height>20</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item row="1" column="0" colspan="3">
  79. <layout class="QGridLayout" name="gridLayout2">
  80. <item row="0" column="1">
  81. <widget class="QSlider" name="horizontalSlidermax">
  82. <property name="minimumSize">
  83. <size>
  84. <width>0</width>
  85. <height>0</height>
  86. </size>
  87. </property>
  88. <property name="maximumSize">
  89. <size>
  90. <width>99999</width>
  91. <height>99999</height>
  92. </size>
  93. </property>
  94. <property name="styleSheet">
  95. <string notr="true"/>
  96. </property>
  97. <property name="maximum">
  98. <number>255</number>
  99. </property>
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="0" column="0">
  106. <widget class="QLabel" name="label3">
  107. <property name="text">
  108. <string>高阈值:</string>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="0" column="2">
  113. <widget class="QLabel" name="label4">
  114. <property name="minimumSize">
  115. <size>
  116. <width>0</width>
  117. <height>0</height>
  118. </size>
  119. </property>
  120. <property name="text">
  121. <string/>
  122. </property>
  123. </widget>
  124. </item>
  125. </layout>
  126. </item>
  127. <item row="2" column="1">
  128. <widget class="QCheckBox" name="checkBox">
  129. <property name="minimumSize">
  130. <size>
  131. <width>100</width>
  132. <height>0</height>
  133. </size>
  134. </property>
  135. <property name="maximumSize">
  136. <size>
  137. <width>100</width>
  138. <height>16777215</height>
  139. </size>
  140. </property>
  141. <property name="text">
  142. <string>黑白反转</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item row="2" column="2">
  147. <spacer name="horizontalSpacer2">
  148. <property name="orientation">
  149. <enum>Qt::Horizontal</enum>
  150. </property>
  151. <property name="sizeHint" stdset="0">
  152. <size>
  153. <width>127</width>
  154. <height>20</height>
  155. </size>
  156. </property>
  157. </spacer>
  158. </item>
  159. </layout>
  160. </item>
  161. </layout>
  162. </widget>
  163. <resources/>
  164. <connections/>
  165. </ui>