You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
196 lines
7.4 KiB
196 lines
7.4 KiB
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
<class>SpeedTuner</class>
|
|
<author>Hans Meine <hans@meine.de></author>
|
|
<widget class="TQDialog">
|
|
<property name="name">
|
|
<cstring>SpeedTuner</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>269</width>
|
|
<height>316</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Adjust Playing Speed</string>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQSlider">
|
|
<property name="name">
|
|
<cstring>slider</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Vertical</enum>
|
|
</property>
|
|
<property name="tickmarks">
|
|
<enum>Both</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>Layout4</cstring>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQLineEdit">
|
|
<property name="name">
|
|
<cstring>currentValEdit</cstring>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans Serif</family>
|
|
<pointsize>24</pointsize>
|
|
<bold>1</bold>
|
|
</font>
|
|
</property>
|
|
<property name="frame">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>AlignHCenter</set>
|
|
</property>
|
|
<property name="hAlign" stdset="0">
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name" stdset="0">
|
|
<cstring>Spacer1</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>Layout2</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>rangeLabel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Range:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>rangeInput</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntNumInput" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>rangeInput</cstring>
|
|
</property>
|
|
<property name="value">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="suffix">
|
|
<string> %</string>
|
|
</property>
|
|
<property name="prefix">
|
|
<string>+/- </string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>offsetLabel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Offset:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>offsetInput</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntNumInput" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>offsetInput</cstring>
|
|
</property>
|
|
<property name="value">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="suffix">
|
|
<string> %</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>preserveFrequencies</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Preserve frequencies</string>
|
|
</property>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>slider</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>SpeedTuner</receiver>
|
|
<slot>speedChanged(int)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>rangeInput</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>SpeedTuner</receiver>
|
|
<slot>rangeChanged(int)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>offsetInput</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>SpeedTuner</receiver>
|
|
<slot>offsetChanged(int)</slot>
|
|
</connection>
|
|
</connections>
|
|
<Q_SLOTS>
|
|
<slot access="protected">speedChanged(int)</slot>
|
|
<slot access="protected">offsetChanged(int)</slot>
|
|
<slot access="protected">rangeChanged(int)</slot>
|
|
</Q_SLOTS>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|