ChangesizeTool.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>changesize</class>
  4. <widget class="QDialog" name="changesize">
  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">
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="label1">
  21. <property name="minimumSize">
  22. <size>
  23. <width>60</width>
  24. <height>0</height>
  25. </size>
  26. </property>
  27. <property name="text">
  28. <string>宽度:</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="0" column="1">
  33. <widget class="QLineEdit" name="lineEdit_width">
  34. <property name="minimumSize">
  35. <size>
  36. <width>0</width>
  37. <height>35</height>
  38. </size>
  39. </property>
  40. <property name="maximumSize">
  41. <size>
  42. <width>16777215</width>
  43. <height>35</height>
  44. </size>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="0" column="2">
  49. <widget class="QPushButton" name="BTN_Add1">
  50. <property name="minimumSize">
  51. <size>
  52. <width>35</width>
  53. <height>35</height>
  54. </size>
  55. </property>
  56. <property name="maximumSize">
  57. <size>
  58. <width>35</width>
  59. <height>35</height>
  60. </size>
  61. </property>
  62. <property name="text">
  63. <string/>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="0" column="3">
  68. <widget class="QPushButton" name="BTN_Sub1">
  69. <property name="minimumSize">
  70. <size>
  71. <width>35</width>
  72. <height>35</height>
  73. </size>
  74. </property>
  75. <property name="maximumSize">
  76. <size>
  77. <width>35</width>
  78. <height>35</height>
  79. </size>
  80. </property>
  81. <property name="text">
  82. <string/>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="1" column="0">
  87. <widget class="QLabel" name="label2">
  88. <property name="minimumSize">
  89. <size>
  90. <width>60</width>
  91. <height>0</height>
  92. </size>
  93. </property>
  94. <property name="text">
  95. <string>高度:</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="1" column="1">
  100. <widget class="QLineEdit" name="lineEdit_height">
  101. <property name="minimumSize">
  102. <size>
  103. <width>0</width>
  104. <height>35</height>
  105. </size>
  106. </property>
  107. <property name="maximumSize">
  108. <size>
  109. <width>16777215</width>
  110. <height>35</height>
  111. </size>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="1" column="2">
  116. <widget class="QPushButton" name="BTN_Add2">
  117. <property name="minimumSize">
  118. <size>
  119. <width>35</width>
  120. <height>35</height>
  121. </size>
  122. </property>
  123. <property name="maximumSize">
  124. <size>
  125. <width>35</width>
  126. <height>35</height>
  127. </size>
  128. </property>
  129. <property name="text">
  130. <string/>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="1" column="3">
  135. <widget class="QPushButton" name="BTN_Sub2">
  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. </layout>
  156. </widget>
  157. <resources/>
  158. <connections/>
  159. </ui>