2010-02-28 19:04:50 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CoverManager</class>
|
2010-06-12 00:35:41 +02:00
|
|
|
<widget class="QMainWindow" name="CoverManager">
|
2010-02-28 19:04:50 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-06-24 16:47:16 +02:00
|
|
|
<width>903</width>
|
2010-02-28 19:04:50 +01:00
|
|
|
<height>662</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Cover Manager</string>
|
|
|
|
</property>
|
2010-06-11 00:09:35 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
|
|
|
|
</property>
|
2010-06-12 00:35:41 +02:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2010-02-28 19:04:50 +01:00
|
|
|
</property>
|
2010-06-12 00:35:41 +02:00
|
|
|
<widget class="QListWidget" name="artists">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-05-06 21:22:05 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2010-06-12 00:35:41 +02:00
|
|
|
<property name="spacing">
|
2013-05-06 21:22:05 +02:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2010-06-12 00:35:41 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-05-06 21:22:05 +02:00
|
|
|
<widget class="QSearchField" name="filter" native="true">
|
2012-06-27 17:37:55 +02:00
|
|
|
<property name="placeholderText" stdset="0">
|
2010-06-12 00:35:41 +02:00
|
|
|
<string>Enter search terms here</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="view">
|
|
|
|
<property name="text">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-06 21:22:05 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-06-12 00:35:41 +02:00
|
|
|
<item>
|
2013-05-06 21:22:05 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>10</number>
|
2010-06-12 00:35:41 +02:00
|
|
|
</property>
|
2013-05-06 21:22:05 +02:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Total albums:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Without cover:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="total_albums">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="without_cover">
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
2010-06-12 00:35:41 +02:00
|
|
|
<size>
|
2013-05-06 21:22:05 +02:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2010-06-12 00:35:41 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-06 21:22:05 +02:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="fetch">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fetch Missing Covers</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="export_covers">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Covers</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-06-12 00:35:41 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-12 17:18:16 +02:00
|
|
|
<widget class="AlbumCoverManagerList" name="albums">
|
|
|
|
<property name="dragEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
2010-06-24 16:47:16 +02:00
|
|
|
<enum>QAbstractItemView::DragDrop</enum>
|
2010-06-12 17:18:16 +02:00
|
|
|
</property>
|
2010-06-12 00:35:41 +02:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>120</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="flow">
|
|
|
|
<enum>QListView::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="isWrapping" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="resizeMode">
|
|
|
|
<enum>QListView::Adjust</enum>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="viewMode">
|
|
|
|
<enum>QListView::IconMode</enum>
|
|
|
|
</property>
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-02-28 19:04:50 +01:00
|
|
|
</widget>
|
2010-06-12 00:35:41 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2010-03-03 15:29:53 +01:00
|
|
|
<action name="action_fetch">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fetch automatically</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-06-12 17:18:16 +02:00
|
|
|
<action name="action_load">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_add_to_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add to playlist</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-02-28 19:04:50 +01:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2012-06-27 17:37:55 +02:00
|
|
|
<class>QSearchField</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>3rdparty/qocoa/qsearchfield.h</header>
|
2010-02-28 19:04:50 +01:00
|
|
|
</customwidget>
|
2010-06-12 17:18:16 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>AlbumCoverManagerList</class>
|
|
|
|
<extends>QListWidget</extends>
|
|
|
|
<header>ui/albumcovermanagerlist.h</header>
|
|
|
|
</customwidget>
|
2010-02-28 19:04:50 +01:00
|
|
|
</customwidgets>
|
2010-02-28 20:56:18 +01:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>artists</tabstop>
|
|
|
|
<tabstop>albums</tabstop>
|
|
|
|
</tabstops>
|
2010-06-11 00:09:35 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2010-12-18 21:32:05 +01:00
|
|
|
<connections/>
|
2010-02-28 19:04:50 +01:00
|
|
|
</ui>
|