LightTool.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>lighttool</class>
  4. <widget class="QDialog" name="lighttool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>414</width>
  10. <height>373</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" colspan="2">
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="1">
  20. <widget class="QLineEdit" name="lineEdit_Mult">
  21. <property name="minimumSize">
  22. <size>
  23. <width>0</width>
  24. <height>35</height>
  25. </size>
  26. </property>
  27. <property name="maximumSize">
  28. <size>
  29. <width>16777215</width>
  30. <height>35</height>
  31. </size>
  32. </property>
  33. </widget>
  34. </item>
  35. <item row="0" column="3">
  36. <widget class="QPushButton" name="BTN_Sub1">
  37. <property name="minimumSize">
  38. <size>
  39. <width>35</width>
  40. <height>35</height>
  41. </size>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>35</width>
  46. <height>35</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string/>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="1" column="3">
  55. <widget class="QPushButton" name="BTN_Sub2">
  56. <property name="minimumSize">
  57. <size>
  58. <width>35</width>
  59. <height>35</height>
  60. </size>
  61. </property>
  62. <property name="maximumSize">
  63. <size>
  64. <width>35</width>
  65. <height>35</height>
  66. </size>
  67. </property>
  68. <property name="text">
  69. <string/>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="0" column="2">
  74. <widget class="QPushButton" name="BTN_Add1">
  75. <property name="minimumSize">
  76. <size>
  77. <width>35</width>
  78. <height>35</height>
  79. </size>
  80. </property>
  81. <property name="maximumSize">
  82. <size>
  83. <width>35</width>
  84. <height>35</height>
  85. </size>
  86. </property>
  87. <property name="text">
  88. <string/>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="1" column="0">
  93. <widget class="QLabel" name="label2">
  94. <property name="minimumSize">
  95. <size>
  96. <width>60</width>
  97. <height>0</height>
  98. </size>
  99. </property>
  100. <property name="text">
  101. <string>Add:</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="1" column="1">
  106. <widget class="QLineEdit" name="lineEdit_Add">
  107. <property name="minimumSize">
  108. <size>
  109. <width>0</width>
  110. <height>35</height>
  111. </size>
  112. </property>
  113. <property name="maximumSize">
  114. <size>
  115. <width>16777215</width>
  116. <height>35</height>
  117. </size>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="0" column="0">
  122. <widget class="QLabel" name="label1">
  123. <property name="minimumSize">
  124. <size>
  125. <width>60</width>
  126. <height>0</height>
  127. </size>
  128. </property>
  129. <property name="text">
  130. <string>Mult:</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="1" column="2">
  135. <widget class="QPushButton" name="BTN_Add2">
  136. <property name="minimumSize">
  137. <size>
  138. <width>35</width>
  139. <height>35</height>
  140. </size>
  141. </property>
  142. <property name="maximumSize">
  143. <size>
  144. <width>35</width>
  145. <height>35</height>
  146. </size>
  147. </property>
  148. <property name="text">
  149. <string/>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </item>
  155. <item row="1" column="1">
  156. <widget class="QLabel" name="label2_2">
  157. <property name="minimumSize">
  158. <size>
  159. <width>300</width>
  160. <height>35</height>
  161. </size>
  162. </property>
  163. <property name="maximumSize">
  164. <size>
  165. <width>16777215</width>
  166. <height>35</height>
  167. </size>
  168. </property>
  169. <property name="text">
  170. <string>灰度值 = 灰度值 * Mult + Add</string>
  171. </property>
  172. </widget>
  173. </item>
  174. </layout>
  175. </widget>
  176. <resources/>
  177. <connections/>
  178. </ui>