src/dialogs/subfilereferenceeditor.ui

changeset 1386
c59dac18b06b
parent 1297
389516787a4c
child 1387
6393b6020c62
--- a/src/dialogs/subfilereferenceeditor.ui	Wed Apr 25 18:55:15 2018 +0300
+++ b/src/dialogs/subfilereferenceeditor.ui	Thu May 10 14:57:23 2018 +0300
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>625</width>
-    <height>642</height>
+    <height>644</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -110,6 +110,13 @@
        </item>
       </layout>
      </item>
+     <item row="3" column="1">
+      <widget class="Line" name="line">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+      </widget>
+     </item>
      <item row="4" column="0">
       <widget class="QLabel" name="label_3">
        <property name="text">
@@ -238,8 +245,67 @@
        </item>
       </layout>
      </item>
-     <item row="3" column="1">
-      <widget class="Line" name="line">
+     <item row="6" column="0">
+      <widget class="QLabel" name="label_5">
+       <property name="text">
+        <string>Scaling vector:</string>
+       </property>
+      </widget>
+     </item>
+     <item row="6" column="1">
+      <layout class="QHBoxLayout" name="horizontalLayout_3">
+       <item>
+        <widget class="QDoubleSpinBox" name="scalingX">
+         <property name="prefix">
+          <string>𝑥 × </string>
+         </property>
+         <property name="decimals">
+          <number>5</number>
+         </property>
+         <property name="minimum">
+          <double>-10000.000000000000000</double>
+         </property>
+         <property name="maximum">
+          <double>10000.000000000000000</double>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QDoubleSpinBox" name="scalingY">
+         <property name="prefix">
+          <string>𝑦 × </string>
+         </property>
+         <property name="decimals">
+          <number>5</number>
+         </property>
+         <property name="minimum">
+          <double>-10000.000000000000000</double>
+         </property>
+         <property name="maximum">
+          <double>10000.000000000000000</double>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QDoubleSpinBox" name="scalingZ">
+         <property name="prefix">
+          <string>𝑧 × </string>
+         </property>
+         <property name="decimals">
+          <number>5</number>
+         </property>
+         <property name="minimum">
+          <double>-10000.000000000000000</double>
+         </property>
+         <property name="maximum">
+          <double>10000.000000000000000</double>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </item>
+     <item row="5" column="1">
+      <widget class="Line" name="line_2">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
@@ -259,6 +325,26 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>primitivesTreeView</tabstop>
+  <tabstop>referenceName</tabstop>
+  <tabstop>colorButton</tabstop>
+  <tabstop>positionX</tabstop>
+  <tabstop>positionY</tabstop>
+  <tabstop>positionZ</tabstop>
+  <tabstop>matrixA</tabstop>
+  <tabstop>matrixB</tabstop>
+  <tabstop>matrixC</tabstop>
+  <tabstop>matrixD</tabstop>
+  <tabstop>matrixE</tabstop>
+  <tabstop>matrixF</tabstop>
+  <tabstop>matrixG</tabstop>
+  <tabstop>matrixH</tabstop>
+  <tabstop>matrixI</tabstop>
+  <tabstop>scalingX</tabstop>
+  <tabstop>scalingY</tabstop>
+  <tabstop>scalingZ</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>
@@ -268,8 +354,8 @@
    <slot>accept()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>248</x>
-     <y>254</y>
+     <x>257</x>
+     <y>634</y>
     </hint>
     <hint type="destinationlabel">
      <x>157</x>
@@ -284,8 +370,8 @@
    <slot>reject()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>316</x>
-     <y>260</y>
+     <x>325</x>
+     <y>634</y>
     </hint>
     <hint type="destinationlabel">
      <x>286</x>

mercurial