ui_dtmovesidebyarea.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DtMoveSideByArea</class>
  4. <widget class="QDialog" name="DtMoveSideByArea">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>322</width>
  10. <height>171</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Parallel Move Side By Area</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Area of the selected polygon:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <spacer name="horizontalSpacer">
  28. <property name="orientation">
  29. <enum>Qt::Horizontal</enum>
  30. </property>
  31. <property name="sizeHint" stdset="0">
  32. <size>
  33. <width>40</width>
  34. <height>20</height>
  35. </size>
  36. </property>
  37. </spacer>
  38. </item>
  39. <item>
  40. <widget class="QLabel" name="area_label">
  41. <property name="minimumSize">
  42. <size>
  43. <width>112</width>
  44. <height>0</height>
  45. </size>
  46. </property>
  47. <property name="text">
  48. <string/>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </item>
  54. <item row="2" column="0">
  55. <layout class="QHBoxLayout" name="horizontalLayout_2">
  56. <item>
  57. <widget class="QLabel" name="label_2">
  58. <property name="text">
  59. <string>Target Area:</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <spacer name="horizontalSpacer_2">
  65. <property name="orientation">
  66. <enum>Qt::Horizontal</enum>
  67. </property>
  68. <property name="sizeHint" stdset="0">
  69. <size>
  70. <width>40</width>
  71. <height>20</height>
  72. </size>
  73. </property>
  74. </spacer>
  75. </item>
  76. <item>
  77. <widget class="QLineEdit" name="targetArea">
  78. <property name="readOnly">
  79. <bool>false</bool>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </item>
  85. <item row="6" column="0">
  86. <layout class="QHBoxLayout" name="horizontalLayout_3">
  87. <item>
  88. <spacer name="horizontalSpacer_3">
  89. <property name="orientation">
  90. <enum>Qt::Horizontal</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>40</width>
  95. <height>20</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="moveButton">
  102. <property name="text">
  103. <string>Move Side</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QPushButton" name="buttonClose">
  109. <property name="text">
  110. <string>Close</string>
  111. </property>
  112. </widget>
  113. </item>
  114. </layout>
  115. </item>
  116. <item row="1" column="0">
  117. <spacer name="verticalSpacer_2">
  118. <property name="orientation">
  119. <enum>Qt::Vertical</enum>
  120. </property>
  121. <property name="sizeHint" stdset="0">
  122. <size>
  123. <width>20</width>
  124. <height>40</height>
  125. </size>
  126. </property>
  127. </spacer>
  128. </item>
  129. <item row="5" column="0">
  130. <spacer name="verticalSpacer_4">
  131. <property name="orientation">
  132. <enum>Qt::Vertical</enum>
  133. </property>
  134. <property name="sizeHint" stdset="0">
  135. <size>
  136. <width>20</width>
  137. <height>40</height>
  138. </size>
  139. </property>
  140. </spacer>
  141. </item>
  142. <item row="4" column="0">
  143. <layout class="QHBoxLayout" name="horizontalLayout_4">
  144. <item>
  145. <layout class="QVBoxLayout" name="verticalLayout">
  146. <item>
  147. <widget class="QLabel" name="label_3">
  148. <property name="text">
  149. <string>Size of side to be moved:</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QRadioButton" name="radioFixed">
  155. <property name="text">
  156. <string>Fixed</string>
  157. </property>
  158. <property name="checked">
  159. <bool>true</bool>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QRadioButton" name="radioVariable">
  165. <property name="text">
  166. <string>Variable</string>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </item>
  172. </layout>
  173. </item>
  174. <item row="3" column="0">
  175. <spacer name="verticalSpacer">
  176. <property name="orientation">
  177. <enum>Qt::Vertical</enum>
  178. </property>
  179. <property name="sizeHint" stdset="0">
  180. <size>
  181. <width>20</width>
  182. <height>40</height>
  183. </size>
  184. </property>
  185. </spacer>
  186. </item>
  187. </layout>
  188. </widget>
  189. <resources/>
  190. <connections/>
  191. </ui>