blob: f884f2fd4cee515d1c385943840e02d11e3cb00f (
plain) (
tree)
|
|
<?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>445</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>
|