-rw-r--r-- | noncore/settings/sound/soundsettingsbase.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.ui b/noncore/settings/sound/soundsettingsbase.ui index aec55be..eaf7d30 100644 --- a/noncore/settings/sound/soundsettingsbase.ui +++ b/noncore/settings/sound/soundsettingsbase.ui @@ -416,205 +416,211 @@ <name>text</name> <string>Silent</string> </property> </widget> <spacer> <property> <name>name</name> <cstring>Spacer8</cstring> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> </vbox> </widget> </vbox> </widget> <widget row="0" column="1" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout12</cstring> </property> <vbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox1</cstring> </property> <property stdset="1"> <name>title</name> <string>Vmemo</string> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout11</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>5</x> <y>16</y> <width>96</width> <height>169</height> </rect> </property> <vbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>sampleRateLabel</cstring> </property> <property stdset="1"> <name>text</name> <string>Sample Rate</string> </property> </widget> <widget> <class>QComboBox</class> <item> <property> <name>text</name> + <string>8000</string> + </property> + </item> + <item> + <property> + <name>text</name> <string>11025</string> </property> </item> <item> <property> <name>text</name> <string>22050</string> </property> </item> <item> <property> <name>text</name> - <string>32000</string> + <string>33075</string> </property> </item> <item> <property> <name>text</name> <string>44100</string> </property> </item> <property stdset="1"> <name>name</name> <cstring>sampleRate</cstring> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>stereoCheckBox</cstring> </property> <property stdset="1"> <name>text</name> <string>Stereo</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>sixteenBitCheckBox</cstring> </property> <property stdset="1"> <name>text</name> <string>16 bit</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>AlertCheckBox</cstring> </property> <property stdset="1"> <name>text</name> <string>Visual Alerts</string> </property> </widget> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> <string>Location</string> </property> </widget> <widget> <class>QComboBox</class> <property stdset="1"> <name>name</name> <cstring>LocationComboBox</cstring> </property> </widget> </vbox> </widget> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>touchsound</cstring> </property> <property stdset="1"> <name>text</name> <string>Screen sounds</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>keysound</cstring> </property> <property stdset="1"> <name>text</name> <string>Keyboard sounds</string> </property> </widget> <spacer> <property> <name>name</name> <cstring>Spacer10</cstring> </property> <property stdset="1"> <name>orientation</name> |