kde-workspace/kcontrol/knotify/playersettings.ui

49 lines
1.1 KiB
Text
Raw Normal View History

2014-11-15 03:14:34 +02:00
<?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>
2014-11-15 03:14:34 +02:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QRadioButton" name="cbSoundSystem">
2014-11-15 03:14:34 +02:00
<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/>
2014-11-15 03:14:34 +02:00
</ui>