kde-workspace/kcontrol/knotify/playersettings.ui
Ivailo Monev a41da6cd32 generic: simplify notification by sound
in the future the volume will be configurable via a custom widget that is
specifically for KMediaPlayer and friends so the KCM will have to be
reworked to make use of it for volume control but until that happens the
only options are sound and no sound for notifications

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-27 02:34:15 +00:00

48 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PlayerSettingsUI</class>
<widget class="QWidget" name="PlayerSettingsUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>407</width>
<height>83</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QRadioButton" name="cbSoundSystem">
<property name="text">
<string>Use the &amp;KDE sound system</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="cbNone">
<property name="text">
<string>&amp;No audio output</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>