Files
cantata/gui/externalsettings.ui
2012-03-01 18:37:42 +00:00

105 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ExternalSettings</class>
<widget class="QWidget" name="ExternalSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>368</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Show icon in notification area:</string>
</property>
<property name="buddy">
<cstring>systemTrayCheckBox</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="systemTrayCheckBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Show popup up messages when changing tracks:</string>
</property>
<property name="buddy">
<cstring>systemTrayPopup</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="systemTrayPopup">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5b">
<property name="text">
<string>Enable basic MPRISv2 interface:</string>
</property>
<property name="buddy">
<cstring>mpris</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="mpris">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5c">
<property name="text">
<string>Use current cover as dock icon:</string>
</property>
<property name="buddy">
<cstring>dockManager</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="dockManager">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>systemTrayCheckBox</tabstop>
<tabstop>systemTrayPopup</tabstop>
<tabstop>mpris</tabstop>
<tabstop>dockManager</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>