-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 @@ -464,109 +464,115 @@ <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> |