Files
cantata/gui/filesettings.ui
craig.p.drummond c95342d6d1 Update note
2013-11-11 19:50:14 +00:00

177 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileSettings</class>
<widget class="QWidget" name="FileSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>442</width>
<height>602</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="BuddyLabel" name="storeCoversInMpdDirLabel">
<property name="text">
<string>Save downloaded covers in music folder:</string>
</property>
<property name="buddy">
<cstring>storeCoversInMpdDir</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="OnOffButton" name="storeCoversInMpdDir"/>
</item>
<item row="1" column="0">
<widget class="BuddyLabel" name="label_4">
<property name="text">
<string>Save downloaded lyrics in music folder:</string>
</property>
<property name="buddy">
<cstring>storeLyricsInMpdDir</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="OnOffButton" name="storeLyricsInMpdDir">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="BuddyLabel" name="storeBackdropsInMpdDirLabel">
<property name="text">
<string>Save downloaded backdrops in music folder:</string>
</property>
<property name="buddy">
<cstring>storeBackdropsInMpdDir</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="OnOffButton" name="storeBackdropsInMpdDir">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Save list of favorite streams in music folder:</string>
</property>
<property name="buddy">
<cstring>storeStreamsInMpdDir</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="OnOffButton" name="storeStreamsInMpdDir">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>8</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&lt;i&gt;&lt;b&gt;NOTE:&lt;/b&gt; If you elect to have Cantata store covers, lyrics, or backdrops, within the music folder, and you do not have write access to this folder, then Cantata will revert to saving the files in your personal cache folder. However, for streams, if you do not have write access, then you will only be able to view (and play) the streams stored in the music folder, and not add (or edit) any streams. If you elect not to store streams within the music folder, then these will be saved in your local config folder - and will only be accessible to yourself.&lt;/i&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>8</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="StateLabel" name="streamLocationNote">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&lt;i&gt;&lt;b&gt;NOTE:&lt;/b&gt; If you change the location where streams are stored (i.e. you toggle the 'Save list of favorite streams in music folder' option), then Cantata will only display streams that are stored in the relevant location. Therefore, before changing this setting, it is recommended that you export your existing streams. You can then re-import these to the new location (after you have toggled the setting).&lt;/i&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BuddyLabel</class>
<extends>QLabel</extends>
<header>buddylabel.h</header>
</customwidget>
<customwidget>
<class>StateLabel</class>
<extends>QLabel</extends>
<header>statelabel.h</header>
</customwidget>
<customwidget>
<class>OnOffButton</class>
<extends>QCheckBox</extends>
<header>onoffbutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>