EmphasizeTool.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>emphasizetool</class>
  4. <widget class="QDialog" name="emphasizetool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>439</width>
  10. <height>254</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">
  20. <widget class="QLabel" name="label1">
  21. <property name="text">
  22. <string>宽度:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="0" column="1">
  27. <widget class="QSlider" name="horizontalSlidermin">
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>35</height>
  32. </size>
  33. </property>
  34. <property name="maximumSize">
  35. <size>
  36. <width>16777215</width>
  37. <height>16777215</height>
  38. </size>
  39. </property>
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="0" column="2">
  46. <widget class="QLabel" name="label4">
  47. <property name="minimumSize">
  48. <size>
  49. <width>30</width>
  50. <height>0</height>
  51. </size>
  52. </property>
  53. <property name="text">
  54. <string>0</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item row="1" column="0">
  59. <widget class="QLabel" name="label2">
  60. <property name="text">
  61. <string>高度:</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item row="1" column="1">
  66. <widget class="QSlider" name="horizontalSlidermax">
  67. <property name="minimumSize">
  68. <size>
  69. <width>0</width>
  70. <height>35</height>
  71. </size>
  72. </property>
  73. <property name="orientation">
  74. <enum>Qt::Horizontal</enum>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="1" column="2">
  79. <widget class="QLabel" name="label6">
  80. <property name="minimumSize">
  81. <size>
  82. <width>30</width>
  83. <height>0</height>
  84. </size>
  85. </property>
  86. <property name="text">
  87. <string>0</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="2" column="0">
  92. <widget class="QLabel" name="label3">
  93. <property name="text">
  94. <string>对比因子:</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="2" column="1">
  99. <widget class="QSlider" name="horizontalSliderxishu">
  100. <property name="minimumSize">
  101. <size>
  102. <width>0</width>
  103. <height>35</height>
  104. </size>
  105. </property>
  106. <property name="orientation">
  107. <enum>Qt::Horizontal</enum>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="2" column="2">
  112. <widget class="QLabel" name="label5">
  113. <property name="minimumSize">
  114. <size>
  115. <width>30</width>
  116. <height>0</height>
  117. </size>
  118. </property>
  119. <property name="text">
  120. <string>0</string>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </item>
  126. </layout>
  127. </widget>
  128. <resources/>
  129. <connections/>
  130. </ui>