112 lines
2.8 KiB
XML
112 lines
2.8 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="BuddyLabel" 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="BuddyLabel" name="label_5">
|
|
<property name="text">
|
|
<string>Show popup 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="BuddyLabel" name="mprisLabel">
|
|
<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="BuddyLabel" name="dockManagerLabel">
|
|
<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>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>BuddyLabel</class>
|
|
<extends>QLabel</extends>
|
|
<header>buddylabel.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>systemTrayCheckBox</tabstop>
|
|
<tabstop>systemTrayPopup</tabstop>
|
|
<tabstop>mpris</tabstop>
|
|
<tabstop>dockManager</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|