scaleDlg.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ScaleDialog</class>
  4. <widget class="QDialog" name="ScaleDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>550</width>
  10. <height>150</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Scale / multiply</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label1">
  21. <property name="text">
  22. <string>Scale(x)</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QDoubleSpinBox" name="fxSpinBox">
  28. <property name="decimals">
  29. <number>8</number>
  30. </property>
  31. <property name="minimum">
  32. <double>-1000000.000000000000000</double>
  33. </property>
  34. <property name="maximum">
  35. <double>1000000.000000000000000</double>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <spacer name="horizontalSpacer">
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>40</width>
  47. <height>20</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="label2">
  54. <property name="text">
  55. <string>Scale(y)</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QDoubleSpinBox" name="fySpinBox">
  61. <property name="decimals">
  62. <number>8</number>
  63. </property>
  64. <property name="minimum">
  65. <double>-1000000.000000000000000</double>
  66. </property>
  67. <property name="maximum">
  68. <double>1000000.000000000000000</double>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <spacer name="horizontalSpacer_2">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>40</width>
  80. <height>20</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. <item>
  86. <widget class="QLabel" name="label3">
  87. <property name="text">
  88. <string>Scale(z)</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QDoubleSpinBox" name="fzSpinBox">
  94. <property name="decimals">
  95. <number>8</number>
  96. </property>
  97. <property name="minimum">
  98. <double>-1000000.000000000000000</double>
  99. </property>
  100. <property name="maximum">
  101. <double>1000000.000000000000000</double>
  102. </property>
  103. </widget>
  104. </item>
  105. </layout>
  106. </item>
  107. <item>
  108. <widget class="QCheckBox" name="sameForAllCheckBox">
  109. <property name="toolTip">
  110. <string>Same scale for all dimensions</string>
  111. </property>
  112. <property name="text">
  113. <string>Same scale for all dimensions</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QCheckBox" name="keepInPlaceCheckBox">
  119. <property name="toolTip">
  120. <string>Whether the cloud (center) should stay at the same place or not (i.e. coordinates are multiplied directly)</string>
  121. </property>
  122. <property name="text">
  123. <string>Keep entity in place</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item>
  128. <widget class="QCheckBox" name="rescaleGlobalShiftCheckBox">
  129. <property name="toolTip">
  130. <string>To apply the same scale(s) to the 'Global Shift' as well</string>
  131. </property>
  132. <property name="text">
  133. <string>Rescale Global shift</string>
  134. </property>
  135. <property name="checked">
  136. <bool>true</bool>
  137. </property>
  138. </widget>
  139. </item>
  140. <item>
  141. <spacer name="verticalSpacer">
  142. <property name="orientation">
  143. <enum>Qt::Vertical</enum>
  144. </property>
  145. <property name="sizeHint" stdset="0">
  146. <size>
  147. <width>20</width>
  148. <height>3</height>
  149. </size>
  150. </property>
  151. </spacer>
  152. </item>
  153. <item>
  154. <widget class="QDialogButtonBox" name="buttonBox">
  155. <property name="orientation">
  156. <enum>Qt::Horizontal</enum>
  157. </property>
  158. <property name="standardButtons">
  159. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  160. </property>
  161. </widget>
  162. </item>
  163. </layout>
  164. </widget>
  165. <resources/>
  166. <connections>
  167. <connection>
  168. <sender>buttonBox</sender>
  169. <signal>accepted()</signal>
  170. <receiver>ScaleDialog</receiver>
  171. <slot>accept()</slot>
  172. <hints>
  173. <hint type="sourcelabel">
  174. <x>248</x>
  175. <y>254</y>
  176. </hint>
  177. <hint type="destinationlabel">
  178. <x>157</x>
  179. <y>274</y>
  180. </hint>
  181. </hints>
  182. </connection>
  183. <connection>
  184. <sender>buttonBox</sender>
  185. <signal>rejected()</signal>
  186. <receiver>ScaleDialog</receiver>
  187. <slot>reject()</slot>
  188. <hints>
  189. <hint type="sourcelabel">
  190. <x>316</x>
  191. <y>260</y>
  192. </hint>
  193. <hint type="destinationlabel">
  194. <x>286</x>
  195. <y>274</y>
  196. </hint>
  197. </hints>
  198. </connection>
  199. </connections>
  200. </ui>