diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-04-28 10:36:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-04-28 10:36:58 +0000 |
| commit | 83cfe6146a5fa7e0a310da94bc4e3c4f6370bd1c (patch) | |
| tree | f9c88b6f670d10605bd5095743f6e54f5dfbaa19 /src/plugins/Input/sid/settingsdialog.ui | |
| parent | a8ca945c11589553f6550d26c40d7d82f8f38421 (diff) | |
| download | qmmp-83cfe6146a5fa7e0a310da94bc4e3c4f6370bd1c.tar.gz qmmp-83cfe6146a5fa7e0a310da94bc4e3c4f6370bd1c.tar.bz2 qmmp-83cfe6146a5fa7e0a310da94bc4e3c4f6370bd1c.zip | |
sid plugin: added settings dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3422 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sid/settingsdialog.ui')
| -rw-r--r-- | src/plugins/Input/sid/settingsdialog.ui | 170 |
1 files changed, 170 insertions, 0 deletions
diff --git a/src/plugins/Input/sid/settingsdialog.ui b/src/plugins/Input/sid/settingsdialog.ui new file mode 100644 index 000000000..735b36b52 --- /dev/null +++ b/src/plugins/Input/sid/settingsdialog.ui @@ -0,0 +1,170 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>SettingsDialog</class> + <widget class="QDialog" name="SettingsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>386</width> + <height>263</height> + </rect> + </property> + <property name="windowTitle"> + <string>SID Plugin Settings</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <property name="leftMargin"> + <number>6</number> + </property> + <property name="rightMargin"> + <number>6</number> + </property> + <property name="bottomMargin"> + <number>6</number> + </property> + <item row="2" column="1"> + <widget class="QSpinBox" name="defaultLengthSpinBox"> + <property name="minimum"> + <number>5</number> + </property> + <property name="maximum"> + <number>1000</number> + </property> + <property name="value"> + <number>180</number> + </property> + </widget> + </item> + <item row="9" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + <item row="8" column="0" colspan="2"> + <widget class="QCheckBox" name="fastResampligCheckBox"> + <property name="text"> + <string>Fast resampling</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Sample rate:</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>HVSC database file:</string> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Resampling method:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QComboBox" name="sampleRateComboBox"/> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="hvscPathLineEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Defaults song length, sec:</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="2"> + <widget class="QCheckBox" name="useHVSCCheckBox"> + <property name="text"> + <string>Enable HVSC song length database</string> + </property> + </widget> + </item> + <item row="5" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Emulation:</string> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QComboBox" name="emuComboBox"/> + </item> + <item row="6" column="1"> + <widget class="QComboBox" name="resamplingComboBox"/> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>SettingsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>220</x> + <y>229</y> + </hint> + <hint type="destinationlabel"> + <x>103</x> + <y>160</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SettingsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>275</x> + <y>229</y> + </hint> + <hint type="destinationlabel"> + <x>148</x> + <y>169</y> + </hint> + </hints> + </connection> + <connection> + <sender>useHVSCCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>hvscPathLineEdit</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>188</x> + <y>24</y> + </hint> + <hint type="destinationlabel"> + <x>186</x> + <y>47</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
