diff options
| -rw-r--r-- | facetracknoir/ftnoir_curves.ui | 107 | 
1 files changed, 64 insertions, 43 deletions
| diff --git a/facetracknoir/ftnoir_curves.ui b/facetracknoir/ftnoir_curves.ui index 951d37a7..f98bf884 100644 --- a/facetracknoir/ftnoir_curves.ui +++ b/facetracknoir/ftnoir_curves.ui @@ -33,7 +33,7 @@     <item>
      <widget class="QTabWidget" name="tabWidget">
       <property name="styleSheet">
 -      <string notr="true">background-color: #ccc;</string>
 +      <string notr="true"/>
       </property>
       <property name="tabPosition">
        <enum>QTabWidget::North</enum>
 @@ -598,15 +598,8 @@            <bool>false</bool>
           </property>
           <layout class="QGridLayout" name="gridLayout">
 -          <item row="0" column="0">
 -           <widget class="QLabel" name="label_2">
 -            <property name="text">
 -             <string>RX</string>
 -            </property>
 -           </widget>
 -          </item>
 -          <item row="0" column="1">
 -           <widget class="QDoubleSpinBox" name="pos_rx">
 +          <item row="2" column="1">
 +           <widget class="QDoubleSpinBox" name="pos_rz">
              <property name="suffix">
               <string> deg.</string>
              </property>
 @@ -621,6 +614,22 @@              </property>
             </widget>
            </item>
 +          <item row="2" column="3">
 +           <widget class="QDoubleSpinBox" name="pos_tz">
 +            <property name="suffix">
 +             <string> cm</string>
 +            </property>
 +            <property name="decimals">
 +             <number>3</number>
 +            </property>
 +            <property name="minimum">
 +             <double>-100.000000000000000</double>
 +            </property>
 +            <property name="maximum">
 +             <double>100.000000000000000</double>
 +            </property>
 +           </widget>
 +          </item>
            <item row="0" column="2">
             <widget class="QLabel" name="label_4">
              <property name="text">
 @@ -651,22 +660,6 @@              </property>
             </widget>
            </item>
 -          <item row="1" column="1">
 -           <widget class="QDoubleSpinBox" name="pos_ry">
 -            <property name="suffix">
 -             <string> deg.</string>
 -            </property>
 -            <property name="decimals">
 -             <number>3</number>
 -            </property>
 -            <property name="minimum">
 -             <double>-180.000000000000000</double>
 -            </property>
 -            <property name="maximum">
 -             <double>180.000000000000000</double>
 -            </property>
 -           </widget>
 -          </item>
            <item row="1" column="2">
             <widget class="QLabel" name="label_5">
              <property name="text">
 @@ -674,19 +667,19 @@              </property>
             </widget>
            </item>
 -          <item row="1" column="3">
 -           <widget class="QDoubleSpinBox" name="pos_ty">
 +          <item row="1" column="1">
 +           <widget class="QDoubleSpinBox" name="pos_ry">
              <property name="suffix">
 -             <string> cm</string>
 +             <string> deg.</string>
              </property>
              <property name="decimals">
               <number>3</number>
              </property>
              <property name="minimum">
 -             <double>-100.000000000000000</double>
 +             <double>-180.000000000000000</double>
              </property>
              <property name="maximum">
 -             <double>100.000000000000000</double>
 +             <double>180.000000000000000</double>
              </property>
             </widget>
            </item>
 @@ -704,35 +697,42 @@              </property>
             </widget>
            </item>
 -          <item row="2" column="1">
 -           <widget class="QDoubleSpinBox" name="pos_rz">
 +          <item row="1" column="3">
 +           <widget class="QDoubleSpinBox" name="pos_ty">
              <property name="suffix">
 -             <string> deg.</string>
 +             <string> cm</string>
              </property>
              <property name="decimals">
               <number>3</number>
              </property>
              <property name="minimum">
 -             <double>-180.000000000000000</double>
 +             <double>-100.000000000000000</double>
              </property>
              <property name="maximum">
 -             <double>180.000000000000000</double>
 +             <double>100.000000000000000</double>
              </property>
             </widget>
            </item>
 -          <item row="2" column="3">
 -           <widget class="QDoubleSpinBox" name="pos_tz">
 +          <item row="0" column="0">
 +           <widget class="QLabel" name="label_2">
 +            <property name="text">
 +             <string>RX</string>
 +            </property>
 +           </widget>
 +          </item>
 +          <item row="0" column="1">
 +           <widget class="QDoubleSpinBox" name="pos_rx">
              <property name="suffix">
 -             <string> cm</string>
 +             <string> deg.</string>
              </property>
              <property name="decimals">
               <number>3</number>
              </property>
              <property name="minimum">
 -             <double>-100.000000000000000</double>
 +             <double>-180.000000000000000</double>
              </property>
              <property name="maximum">
 -             <double>100.000000000000000</double>
 +             <double>180.000000000000000</double>
              </property>
             </widget>
            </item>
 @@ -753,7 +753,7 @@            </font>
           </property>
           <property name="title">
 -          <string>Output source</string>
 +          <string>Output remap</string>
           </property>
           <property name="alignment">
            <set>Qt::AlignCenter</set>
 @@ -764,7 +764,7 @@           <property name="checkable">
            <bool>false</bool>
           </property>
 -         <layout class="QGridLayout" name="gridLayout_4" rowstretch="0,0,0,0,0,0,0" columnstretch="0,0,0,0">
 +         <layout class="QGridLayout" name="gridLayout_4" rowstretch="0,0,0,0,0,0,0" columnstretch="0,0,0">
            <property name="sizeConstraint">
             <enum>QLayout::SetMinAndMaxSize</enum>
            </property>
 @@ -1059,6 +1059,27 @@              </item>
             </widget>
            </item>
 +          <item row="0" column="1">
 +           <widget class="QLabel" name="label_13">
 +            <property name="text">
 +             <string>Source</string>
 +            </property>
 +           </widget>
 +          </item>
 +          <item row="0" column="2">
 +           <widget class="QLabel" name="label_14">
 +            <property name="text">
 +             <string>Invert</string>
 +            </property>
 +           </widget>
 +          </item>
 +          <item row="0" column="0">
 +           <widget class="QLabel" name="label_15">
 +            <property name="text">
 +             <string>Destination</string>
 +            </property>
 +           </widget>
 +          </item>
           </layout>
          </widget>
         </item>
 | 
