Files
cantata/gui/interfacesettings.ui

156 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InterfaceSettings</class>
<widget class="QWidget" name="InterfaceSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<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 chaning 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="3" column="0">
<widget class="QLabel" name="label_5b">
<property name="text">
<string>Covers in library view:</string>
</property>
<property name="buddy">
<cstring>libraryCoverSize</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="libraryCoverSize">
<item>
<property name="text">
<string>None</string>
</property>
</item>
<item>
<property name="text">
<string>Small</string>
</property>
</item>
<item>
<property name="text">
<string>Medium</string>
</property>
</item>
<item>
<property name="text">
<string>Large</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5c">
<property name="text">
<string>Covers in album view:</string>
</property>
<property name="buddy">
<cstring>albumCoverSize</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="albumCoverSize">
<item>
<property name="text">
<string>Small</string>
</property>
</item>
<item>
<property name="text">
<string>Medium</string>
</property>
</item>
<item>
<property name="text">
<string>Large</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Library view:</string>
</property>
<property name="buddy">
<cstring>libraryView</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="libraryView">
<item>
<property name="text">
<string>Tree</string>
</property>
</item>
<item>
<property name="text">
<string>List</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>systemTrayCheckBox</tabstop>
<tabstop>systemTrayPopup</tabstop>
<tabstop>libraryView</tabstop>
<tabstop>libraryCoverSize</tabstop>
<tabstop>albumCoverSize</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>