diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-20 05:36:40 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-20 05:36:40 +0200 | 
| commit | 18b559ff13898e8e96275b7e329bfa23b7394f6f (patch) | |
| tree | 5d22b7453992a96142c2e6a5e91289e50a377858 /gui/mapping-window.ui | |
| parent | d1e7df336ce101a0fd9b05e4d3b2b8d49f6caa61 (diff) | |
spline: allow switch pitch mapping max Y 90/180
Diffstat (limited to 'gui/mapping-window.ui')
| -rw-r--r-- | gui/mapping-window.ui | 33 | 
1 files changed, 27 insertions, 6 deletions
| diff --git a/gui/mapping-window.ui b/gui/mapping-window.ui index c37c4b3e..7db6f425 100644 --- a/gui/mapping-window.ui +++ b/gui/mapping-window.ui @@ -67,7 +67,7 @@               </sizepolicy>              </property>              <property name="text"> -             <string>Max rotation</string> +             <string>Max input</string>              </property>             </widget>            </item> @@ -141,7 +141,7 @@               </sizepolicy>              </property>              <property name="text"> -             <string>Max rotation</string> +             <string>Max input</string>              </property>             </widget>            </item> @@ -155,6 +155,27 @@              </property>             </widget>            </item> +          <item> +           <widget class="QLabel" name="label"> +            <property name="text"> +             <string>Max output</string> +            </property> +           </widget> +          </item> +          <item> +           <widget class="QComboBox" name="max_pitch_output"> +            <item> +             <property name="text"> +              <string>180°</string> +             </property> +            </item> +            <item> +             <property name="text"> +              <string>90°</string> +             </property> +            </item> +           </widget> +          </item>           </layout>          </widget>         </item> @@ -215,7 +236,7 @@               </sizepolicy>              </property>              <property name="text"> -             <string>Max rotation</string> +             <string>Max input</string>              </property>             </widget>            </item> @@ -293,7 +314,7 @@               </sizepolicy>              </property>              <property name="text"> -             <string>Max translation</string> +             <string>Max input</string>              </property>             </widget>            </item> @@ -367,7 +388,7 @@               </sizepolicy>              </property>              <property name="text"> -             <string>Max translation</string> +             <string>Max input</string>              </property>             </widget>            </item> @@ -441,7 +462,7 @@               </sizepolicy>              </property>              <property name="text"> -             <string>Max translation</string> +             <string>Max input</string>              </property>             </widget>            </item> | 
