2010-06-12 19:13:01 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AlbumCoverSearcher</class>
|
|
|
|
<widget class="QDialog" name="AlbumCoverSearcher">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-06-20 01:15:29 +02:00
|
|
|
<width>829</width>
|
|
|
|
<height>518</height>
|
2010-06-12 19:13:01 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Cover Manager</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2011-06-22 21:07:15 +02:00
|
|
|
<widget class="LineEdit" name="artist">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Artist</string>
|
|
|
|
</property>
|
|
|
|
<property name="hint" stdset="0">
|
|
|
|
<string>Artist</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LineEdit" name="album">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Album</string>
|
|
|
|
</property>
|
2010-06-12 19:13:01 +02:00
|
|
|
<property name="hint" stdset="0">
|
2011-06-22 21:07:15 +02:00
|
|
|
<string>Album</string>
|
2010-06-12 19:13:01 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="search">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="BusyIndicator" name="busy"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-06-25 18:47:00 +02:00
|
|
|
<widget class="GroupedIconView" name="covers">
|
2010-06-12 19:13:01 +02:00
|
|
|
<property name="verticalScrollBarPolicy">
|
2011-06-25 18:47:00 +02:00
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
2010-06-12 19:13:01 +02:00
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>120</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEdit</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>widgets/lineedit.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>BusyIndicator</class>
|
2011-08-27 16:00:49 +02:00
|
|
|
<extends>QWidget</extends>
|
2010-06-12 19:13:01 +02:00
|
|
|
<header>widgets/busyindicator.h</header>
|
|
|
|
</customwidget>
|
2011-06-20 01:15:29 +02:00
|
|
|
<customwidget>
|
2011-06-25 18:47:00 +02:00
|
|
|
<class>GroupedIconView</class>
|
2011-06-20 01:15:29 +02:00
|
|
|
<extends>QListView</extends>
|
2011-06-25 18:47:00 +02:00
|
|
|
<header>widgets/groupediconview.h</header>
|
2011-06-20 01:15:29 +02:00
|
|
|
</customwidget>
|
2010-06-12 19:13:01 +02:00
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2011-06-22 21:07:15 +02:00
|
|
|
<tabstop>artist</tabstop>
|
|
|
|
<tabstop>album</tabstop>
|
2010-06-12 19:13:01 +02:00
|
|
|
<tabstop>search</tabstop>
|
|
|
|
<tabstop>covers</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>AlbumCoverSearcher</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>AlbumCoverSearcher</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2011-06-22 21:07:15 +02:00
|
|
|
<sender>artist</sender>
|
2010-06-12 19:13:01 +02:00
|
|
|
<signal>returnPressed()</signal>
|
|
|
|
<receiver>search</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>347</x>
|
|
|
|
<y>50</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>575</x>
|
|
|
|
<y>50</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|