Files
picard/ui/options_cover.ui
Wieland Hoffmann cef28cd784 Remove CD Baby support
According to http://mbsandbox.org/~ianmcorvidae/graph.png there are no
CD Baby urls anymore in the database.
2014-03-18 21:36:32 +01:00

271 lines
7.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CoverOptionsPage</class>
<widget class="QWidget" name="CoverOptionsPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>595</width>
<height>560</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="rename_files">
<property name="title">
<string>Location</string>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QCheckBox" name="save_images_to_tags">
<property name="text">
<string>Embed cover images into tags</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_embed_front_only">
<property name="text">
<string>Only embed a front image</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="save_images_to_files">
<property name="text">
<string>Save cover images as separate files</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Use the following file name for images:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="cover_image_filename"/>
</item>
<item>
<widget class="QCheckBox" name="save_images_overwrite">
<property name="text">
<string>Overwrite the file if it already exists</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Coverart Providers</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="caprovider_amazon">
<property name="text">
<string>Amazon</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="caprovider_caa">
<property name="text">
<string>Cover Art Archive</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="caprovider_whitelist">
<property name="text">
<string>Sites on the whitelist</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="gb_caa">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Cover Art Archive</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Only use images of the following size:</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="cb_image_size">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>250 px</string>
</property>
</item>
<item>
<property name="text">
<string>500 px</string>
</property>
</item>
<item>
<property name="text">
<string>Full size</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Download only images of the following types:</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="caa_types_selector_1">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="tabKeyNavigation">
<bool>true</bool>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_approved_only">
<property name="text">
<string>Download only approved images</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_type_as_filename">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Use the first image type as the filename. This will not change the filename of front images.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>275</width>
<height>91</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<tabstops>
<tabstop>save_images_to_tags</tabstop>
<tabstop>cb_embed_front_only</tabstop>
<tabstop>save_images_to_files</tabstop>
<tabstop>cover_image_filename</tabstop>
<tabstop>save_images_overwrite</tabstop>
<tabstop>caprovider_amazon</tabstop>
<tabstop>caprovider_caa</tabstop>
<tabstop>caprovider_whitelist</tabstop>
<tabstop>cb_image_size</tabstop>
<tabstop>caa_types_selector_1</tabstop>
<tabstop>cb_approved_only</tabstop>
<tabstop>cb_type_as_filename</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>save_images_to_tags</sender>
<signal>clicked(bool)</signal>
<receiver>cb_embed_front_only</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>266</x>
<y>44</y>
</hint>
<hint type="destinationlabel">
<x>266</x>
<y>67</y>
</hint>
</hints>
</connection>
</connections>
</ui>