Files
cantata/dynamic/dynamicrule.ui
2013-08-22 18:18:59 +00:00

329 lines
8.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DynamicRule</class>
<widget class="QWidget" name="DynamicRule">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>397</width>
<height>333</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="1" column="0">
<widget class="BuddyLabel" name="label">
<property name="text">
<string>Artist:</string>
</property>
<property name="buddy">
<cstring>artistText</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="CompletionCombo" name="artistText"/>
</item>
<item row="3" column="0">
<widget class="BuddyLabel" name="label_2">
<property name="text">
<string>Album Artist:</string>
</property>
<property name="buddy">
<cstring>albumArtistText</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="CompletionCombo" name="albumArtistText"/>
</item>
<item row="4" column="0">
<widget class="BuddyLabel" name="composerLabel">
<property name="text">
<string>Composer:</string>
</property>
<property name="buddy">
<cstring>composerText</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="CompletionCombo" name="composerText"/>
</item>
<item row="5" column="0">
<widget class="BuddyLabel" name="label_3">
<property name="text">
<string>Album:</string>
</property>
<property name="buddy">
<cstring>albumText</cstring>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="CompletionCombo" name="albumText"/>
</item>
<item row="6" column="0">
<widget class="BuddyLabel" name="label_4">
<property name="text">
<string>Title:</string>
</property>
<property name="buddy">
<cstring>titleText</cstring>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="LineEdit" name="titleText"/>
</item>
<item row="7" column="0">
<widget class="BuddyLabel" name="label_5">
<property name="text">
<string>Genre</string>
</property>
<property name="buddy">
<cstring>genreText</cstring>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="CompletionCombo" name="genreText"/>
</item>
<item row="8" column="0">
<widget class="BuddyLabel" name="label_6">
<property name="text">
<string>From Year:</string>
</property>
<property name="buddy">
<cstring>dateFromSpin</cstring>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="SpinBox" name="dateFromSpin">
<property name="minimumSize">
<size>
<width>72</width>
<height>0</height>
</size>
</property>
<property name="specialValueText">
<string>Any</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="BuddyLabel" name="label_6x">
<property name="text">
<string>To Year:</string>
</property>
<property name="buddy">
<cstring>dateToSpin</cstring>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="SpinBox" name="dateToSpin">
<property name="minimumSize">
<size>
<width>72</width>
<height>0</height>
</size>
</property>
<property name="specialValueText">
<string>Any</string>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="BuddyLabel" name="label_5x">
<property name="text">
<string>Exact match:</string>
</property>
<property name="buddy">
<cstring>exactCheck</cstring>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="OnOffButton" name="exactCheck"/>
</item>
<item row="0" column="0">
<widget class="BuddyLabel" name="label_9">
<property name="text">
<string>Type:</string>
</property>
<property name="buddy">
<cstring>typeCombo</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="typeCombo">
<item>
<property name="text">
<string>Include songs that match the following:</string>
</property>
</item>
<item>
<property name="text">
<string>Exclude songs that match the following:</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="BuddyLabel" name="similarArtistsText_label">
<property name="text">
<string>Artists similar to:</string>
</property>
<property name="buddy">
<cstring>similarArtistsText</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="CompletionCombo" name="similarArtistsText"/>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_3xx">
<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>4</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="errorLabel"/>
</item>
<item>
<spacer name="verticalSpacer_3xz">
<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>4</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>&lt;i&gt;&lt;b&gt;NOTE&lt;/b&gt; Only enter values for the tags you wish to be search on. &lt;/i&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3x">
<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>4</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_7x">
<property name="text">
<string>&lt;i&gt;&lt;b&gt;NOTE&lt;/b&gt; For genre, end string with an asterisk to match various genres. e.g 'rock*' matches 'Hard Rock' and 'Rock and Roll'. &lt;/i&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3xy">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>OnOffButton</class>
<extends>QCheckBox</extends>
<header>onoffbutton.h</header>
</customwidget>
<customwidget>
<class>LineEdit</class>
<extends>QLineEdit</extends>
<header>lineedit.h</header>
</customwidget>
<customwidget>
<class>CompletionCombo</class>
<extends>QComboBox</extends>
<header>completioncombo.h</header>
</customwidget>
<customwidget>
<class>BuddyLabel</class>
<extends>QLabel</extends>
<header>buddylabel.h</header>
</customwidget>
<customwidget>
<class>SpinBox</class>
<extends>QSpinBox</extends>
<header>spinbox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>typeCombo</tabstop>
<tabstop>artistText</tabstop>
<tabstop>albumArtistText</tabstop>
<tabstop>composerText</tabstop>
<tabstop>albumText</tabstop>
<tabstop>titleText</tabstop>
<tabstop>genreText</tabstop>
<tabstop>dateFromSpin</tabstop>
<tabstop>dateToSpin</tabstop>
<tabstop>exactCheck</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>