diff options
Diffstat (limited to 'examples/animation/easing/form.ui')
| -rw-r--r-- | examples/animation/easing/form.ui | 95 | 
1 files changed, 82 insertions, 13 deletions
diff --git a/examples/animation/easing/form.ui b/examples/animation/easing/form.ui index b60ade86a4c..364aebeda64 100644 --- a/examples/animation/easing/form.ui +++ b/examples/animation/easing/form.ui @@ -49,12 +49,27 @@      <layout class="QVBoxLayout" name="verticalLayout">       <item>        <widget class="QGroupBox" name="groupBox_2"> +       <property name="maximumSize"> +        <size> +         <width>16777215</width> +         <height>16777215</height> +        </size> +       </property>         <property name="title">          <string>Path type</string>         </property> -       <layout class="QVBoxLayout" name="verticalLayout_2"> -        <item> +       <layout class="QGridLayout" name="gridLayout_2"> +        <item row="0" column="0">           <widget class="QRadioButton" name="lineRadio"> +          <property name="maximumSize"> +           <size> +            <width>16777215</width> +            <height>40</height> +           </size> +          </property> +          <property name="layoutDirection"> +           <enum>Qt::LeftToRight</enum> +          </property>            <property name="text">             <string>Line</string>            </property> @@ -66,8 +81,14 @@            </attribute>           </widget>          </item> -        <item> +        <item row="1" column="0">           <widget class="QRadioButton" name="circleRadio"> +          <property name="maximumSize"> +           <size> +            <width>16777215</width> +            <height>40</height> +           </size> +          </property>            <property name="text">             <string>Circle</string>            </property> @@ -96,6 +117,18 @@          </property>          <item row="0" column="0">           <widget class="QLabel" name="label"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>0</width> +            <height>30</height> +           </size> +          </property>            <property name="text">             <string>Period</string>            </property> @@ -106,6 +139,18 @@            <property name="enabled">             <bool>false</bool>            </property> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>0</width> +            <height>30</height> +           </size> +          </property>            <property name="minimum">             <double>-1.000000000000000</double>            </property> @@ -117,18 +162,17 @@            </property>           </widget>          </item> -        <item row="1" column="0"> -         <widget class="QLabel" name="label_2"> -          <property name="text"> -           <string>Amplitude</string> -          </property> -         </widget> -        </item> -        <item row="1" column="1"> +        <item row="2" column="1">           <widget class="QDoubleSpinBox" name="amplitudeSpinBox">            <property name="enabled">             <bool>false</bool>            </property> +          <property name="minimumSize"> +           <size> +            <width>0</width> +            <height>30</height> +           </size> +          </property>            <property name="minimum">             <double>-1.000000000000000</double>            </property> @@ -140,18 +184,30 @@            </property>           </widget>          </item> -        <item row="2" column="0"> +        <item row="4" column="0">           <widget class="QLabel" name="label_3"> +          <property name="minimumSize"> +           <size> +            <width>0</width> +            <height>30</height> +           </size> +          </property>            <property name="text">             <string>Overshoot</string>            </property>           </widget>          </item> -        <item row="2" column="1"> +        <item row="4" column="1">           <widget class="QDoubleSpinBox" name="overshootSpinBox">            <property name="enabled">             <bool>false</bool>            </property> +          <property name="minimumSize"> +           <size> +            <width>0</width> +            <height>30</height> +           </size> +          </property>            <property name="minimum">             <double>-1.000000000000000</double>            </property> @@ -163,6 +219,19 @@            </property>           </widget>          </item> +        <item row="2" column="0"> +         <widget class="QLabel" name="label_2"> +          <property name="minimumSize"> +           <size> +            <width>0</width> +            <height>30</height> +           </size> +          </property> +          <property name="text"> +           <string>Amplitude</string> +          </property> +         </widget> +        </item>         </layout>        </widget>       </item>  | 
