Files
cantata/devices/filenameschemedialog.ui

218 lines
5.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FilenameSchemeDialog</class>
<widget class="QWidget" name="FilenameSchemeDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>504</width>
<height>180</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0" colspan="5">
<widget class="LineEdit" name="pattern"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_album_example">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>Example:</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="5">
<widget class="LineEdit" name="example">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0" colspan="5">
<layout class="QHBoxLayout" name="horizontalLayout">
<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="UrlLabel" name="help">
<property name="text">
<string>About filename schemes</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="0">
<widget class="QPushButton" name="albumArtist">
<property name="toolTip">
<string>The artist of the album. For most albums, this will be the same as the &lt;i&gt;Track Artist.&lt;/i&gt; For compilations, this will often be &lt;i&gt;Various Artists.&lt;/i&gt;</string>
</property>
<property name="text">
<string>Album Artist</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="albumTitle">
<property name="toolTip">
<string>The name of the album.</string>
</property>
<property name="text">
<string>Album Title</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QPushButton" name="composer">
<property name="toolTip">
<string>The composer.</string>
</property>
<property name="text">
<string>Composer</string>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QPushButton" name="trackArtist">
<property name="toolTip">
<string>The artist of each track.</string>
</property>
<property name="text">
<string>Track Artist</string>
</property>
</widget>
</item>
<item row="4" column="4">
<widget class="QPushButton" name="trackTitle">
<property name="toolTip">
<string>The track title (without &lt;i&gt;Track Artist&lt;/i&gt;).</string>
</property>
<property name="text">
<string>Track Title</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QPushButton" name="trackArtistAndTitle">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>The track title (with &lt;i&gt;Track Artist&lt;/i&gt;, if different to &lt;i&gt;Album Artist&lt;/i&gt;).</string>
</property>
<property name="text">
<string>Track Title (+Artist)</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QPushButton" name="trackNo">
<property name="toolTip">
<string>The track number.</string>
</property>
<property name="text">
<string>Track #</string>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QPushButton" name="cdNo">
<property name="toolTip">
<string>The album number of a multi-album album. Often compilations consist of several albums.</string>
</property>
<property name="text">
<string>CD #</string>
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="QPushButton" name="year">
<property name="toolTip">
<string>The year of the album's release.</string>
</property>
<property name="text">
<string>Year</string>
</property>
</widget>
</item>
<item row="5" column="4">
<widget class="QPushButton" name="genre">
<property name="toolTip">
<string>The genre of the album.</string>
</property>
<property name="text">
<string>Genre</string>
</property>
</widget>
</item>
<item row="6" column="1" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>UrlLabel</class>
<extends>QLabel</extends>
<header>support/urllabel.h</header>
</customwidget>
<customwidget>
<class>LineEdit</class>
<extends>QLineEdit</extends>
<header>support/lineedit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>