summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/pitchablespeed/speedtuner.ui
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/pitchablespeed/speedtuner.ui')
-rw-r--r--noatun-plugins/pitchablespeed/speedtuner.ui195
1 files changed, 195 insertions, 0 deletions
diff --git a/noatun-plugins/pitchablespeed/speedtuner.ui b/noatun-plugins/pitchablespeed/speedtuner.ui
new file mode 100644
index 0000000..79844c4
--- /dev/null
+++ b/noatun-plugins/pitchablespeed/speedtuner.ui
@@ -0,0 +1,195 @@
+<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+<class>SpeedTuner</class>
+<author>Hans Meine &lt;hans@meine.de&gt;</author>
+<widget class="QDialog">
+ <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="QSlider">
+ <property name="name">
+ <cstring>slider</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="tickmarks">
+ <enum>Both</enum>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget">
+ <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="QLineEdit">
+ <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="QLayoutWidget">
+ <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="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>rangeLabel</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;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="QLabel" row="1" column="0">
+ <property name="name">
+ <cstring>offsetLabel</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;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="QCheckBox">
+ <property name="name">
+ <cstring>preserveFrequencies</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;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>
+<slots>
+ <slot access="protected">speedChanged(int)</slot>
+ <slot access="protected">offsetChanged(int)</slot>
+ <slot access="protected">rangeChanged(int)</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>