|
|
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
|
|
<class>Form1</class>
|
|
|
|
<widget class="TQWidget">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>Form1</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>287</width>
|
|
|
|
<height>63</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="caption">
|
|
|
|
<string>Form1</string>
|
|
|
|
</property>
|
|
|
|
<grid>
|
|
|
|
<property name="name">
|
|
|
|
<cstring>unnamed</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="TQSpinBox" row="1" column="1">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>no_spinBox</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
|
|
|
<string>x</string>
|
|
|
|
</property>
|
|
|
|
<property name="maxValue">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="minValue">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="TQSlider" row="1" column="0">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>scale</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="minValue">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maxValue">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickmarks">
|
|
|
|
<enum>Below</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>layout1</cstring>
|
|
|
|
</property>
|
|
|
|
<vbox>
|
|
|
|
<property name="name">
|
|
|
|
<cstring>unnamed</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="TQLabel">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>textLabel2</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string><b>Scaling factor:</b></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="Line">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>line1</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>HLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</vbox>
|
|
|
|
</widget>
|
|
|
|
</grid>
|
|
|
|
</widget>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>scale</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>no_spinBox</receiver>
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>no_spinBox</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>scale</receiver>
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
|
|
</UI>
|