2010-01-16 17:12:47 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>EditTagDialog</class>
|
|
|
|
<widget class="QDialog" name="EditTagDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-12-20 00:40:36 +01:00
|
|
|
<width>863</width>
|
2011-02-13 19:29:13 +01:00
|
|
|
<height>635</height>
|
2010-01-16 17:12:47 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Edit track information</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-12-20 00:40:36 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2010-01-16 17:12:47 +01:00
|
|
|
<item>
|
2010-12-20 00:40:36 +01:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2010-01-16 17:12:47 +01:00
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<widget class="QListWidget" name="song_list">
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-12-20 15:12:40 +01:00
|
|
|
<widget class="QTabWidget" name="tab_widget">
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="currentIndex">
|
2011-03-14 21:01:27 +01:00
|
|
|
<number>0</number>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<widget class="QWidget" name="summary_tab">
|
2010-12-20 00:40:36 +01:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Summary</string>
|
|
|
|
</attribute>
|
2011-02-13 19:35:52 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2010-12-20 00:40:36 +01:00
|
|
|
<item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2010-12-20 00:40:36 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="art">
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2010-12-20 15:12:40 +01:00
|
|
|
<width>124</width>
|
|
|
|
<height>124</height>
|
2010-12-20 00:40:36 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2010-12-20 00:40:36 +01:00
|
|
|
<item>
|
2010-12-25 00:22:09 +01:00
|
|
|
<widget class="QTextEdit" name="summary">
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="sizePolicy">
|
2010-12-25 00:22:09 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
2010-12-20 15:12:40 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QTextEdit {
|
|
|
|
background: transparent;
|
|
|
|
}</string>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="summary_art_button">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Change cover art</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="playcount_reset">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset play counts</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>
|
|
|
|
</layout>
|
2010-12-20 00:40:36 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0,0,0,0,0,0,0">
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>18</number>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<item row="0" column="0">
|
2010-12-25 00:22:09 +01:00
|
|
|
<widget class="QLabel" name="length_label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Length</string>
|
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="length">
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="playcount_label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Play count</string>
|
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QLabel" name="playcount">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2010-12-25 00:22:09 +01:00
|
|
|
<widget class="QLabel" name="bpm_label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>BPM</string>
|
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="bpm">
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="skipcount_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>Skip count</string>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLabel" name="skipcount">
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="bitrate_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>Bit rate</string>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="bitrate">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="lastplayed_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-04 15:04:19 +01:00
|
|
|
<string comment="A playlist's tag.">Last played</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QLabel" name="lastplayed">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="samplerate_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>Sample rate</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="samplerate">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLabel" name="score_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>Score</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QLabel" name="score">
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="filesize_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>File size</string>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLabel" name="filesize">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLabel" name="rating_label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>Rating</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-20 18:29:04 +01:00
|
|
|
<item row="4" column="3">
|
|
|
|
<widget class="RatingWidget" name="rating" native="true">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="6" column="0">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="filetype_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>File type</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="6" column="1" colspan="3">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="filetype">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
2011-01-20 18:29:04 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
2010-12-25 00:22:09 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string/>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="wordWrap">
|
2010-12-25 00:22:09 +01:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2010-12-25 00:22:09 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="7" column="0">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="mtime_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>Date modified</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="7" column="1" colspan="3">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="mtime">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="8" column="0">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="ctime_label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Date created</string>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
2011-01-20 18:29:04 +01:00
|
|
|
<property name="field_label" stdset="0">
|
2010-12-25 00:22:09 +01:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="8" column="1" colspan="3">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="ctime">
|
2010-12-20 15:12:40 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="5" column="0">
|
2011-01-20 18:29:04 +01:00
|
|
|
<widget class="QLabel" name="filename_label">
|
2010-12-25 00:22:09 +01:00
|
|
|
<property name="text">
|
2011-01-20 18:29:04 +01:00
|
|
|
<string>File name</string>
|
|
|
|
</property>
|
|
|
|
<property name="field_label" stdset="0">
|
|
|
|
<bool>true</bool>
|
2010-12-25 00:22:09 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-13 19:35:52 +01:00
|
|
|
<item row="5" column="1" colspan="3">
|
2010-12-25 00:22:09 +01:00
|
|
|
<widget class="QLineEdit" name="filename">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
background: transparent;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frame">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-20 00:40:36 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-01-16 17:12:47 +01:00
|
|
|
</widget>
|
2010-12-20 15:12:40 +01:00
|
|
|
<widget class="QWidget" name="tags_tab">
|
2010-12-20 00:40:36 +01:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Edit tags</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="title_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>title</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="LineEdit" name="title">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="track_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Track</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>track</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="SpinBox" name="track">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="artist_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Artist</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>artist</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="LineEdit" name="artist">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="disc_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disc</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>disc</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="SpinBox" name="disc">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="album_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Album</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>album</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="LineEdit" name="album">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="year_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Year</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>year</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="SpinBox" name="year">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="albumartist_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Album artist</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>albumartist</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="LineEdit" name="albumartist">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="composer_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Composer</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>composer</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="LineEdit" name="composer">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
2013-03-03 13:00:24 +01:00
|
|
|
<widget class="QLabel" name="performer_label">
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2013-03-03 13:00:24 +01:00
|
|
|
<string>Performer</string>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2013-03-03 13:00:24 +01:00
|
|
|
<cstring>performer</cstring>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
2013-03-03 13:00:24 +01:00
|
|
|
<widget class="LineEdit" name="performer">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="grouping_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Grouping</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>grouping</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="LineEdit" name="grouping">
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-15 21:00:39 +01:00
|
|
|
<item row="7" column="0">
|
2013-03-03 13:00:24 +01:00
|
|
|
<widget class="QLabel" name="genre_label">
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="text">
|
2013-03-03 13:00:24 +01:00
|
|
|
<string>Genre</string>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2013-03-03 13:00:24 +01:00
|
|
|
<cstring>genre</cstring>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-03 13:00:24 +01:00
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="LineEdit" name="genre">
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-03 13:00:24 +01:00
|
|
|
<item row="9" column="1">
|
2011-03-05 20:24:44 +01:00
|
|
|
<widget class="QPushButton" name="fetch_tag">
|
|
|
|
<property name="text">
|
|
|
|
<string>Complete tags automatically</string>
|
|
|
|
</property>
|
2011-03-06 15:07:41 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/providers/musicbrainz.png</normaloff>:/providers/musicbrainz.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>38</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-03-05 20:24:44 +01:00
|
|
|
</widget>
|
2011-01-15 21:00:39 +01:00
|
|
|
</item>
|
2013-03-03 13:00:24 +01:00
|
|
|
<item row="11" column="0">
|
|
|
|
<widget class="QLabel" name="comment_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Comment</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>comment</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="11" column="1" colspan="3">
|
|
|
|
<widget class="TextEdit" name="comment">
|
|
|
|
<property name="has_reset_button" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="has_clear_button" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-20 00:40:36 +01:00
|
|
|
</layout>
|
2010-01-16 17:12:47 +01:00
|
|
|
</widget>
|
2010-12-20 00:40:36 +01:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2010-01-16 17:12:47 +01:00
|
|
|
</item>
|
2010-12-21 14:42:06 +01:00
|
|
|
<item>
|
2011-08-27 16:00:49 +02:00
|
|
|
<widget class="BusyIndicator" name="loading_label"/>
|
2010-12-21 14:42:06 +01:00
|
|
|
</item>
|
2010-01-16 17:12:47 +01:00
|
|
|
<item>
|
2010-12-20 17:36:16 +01:00
|
|
|
<widget class="QDialogButtonBox" name="button_box">
|
2010-12-20 00:40:36 +01:00
|
|
|
<property name="standardButtons">
|
2010-12-20 17:36:16 +01:00
|
|
|
<set>QDialogButtonBox::Discard|QDialogButtonBox::Save</set>
|
2010-12-20 00:40:36 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
2010-01-16 17:12:47 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2011-08-27 16:00:49 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>BusyIndicator</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/busyindicator.h</header>
|
|
|
|
</customwidget>
|
2010-01-16 17:12:47 +01:00
|
|
|
<customwidget>
|
|
|
|
<class>LineEdit</class>
|
|
|
|
<extends>QLineEdit</extends>
|
2010-05-10 23:50:31 +02:00
|
|
|
<header>widgets/lineedit.h</header>
|
2010-01-16 17:12:47 +01:00
|
|
|
</customwidget>
|
2010-12-20 00:40:36 +01:00
|
|
|
<customwidget>
|
|
|
|
<class>RatingWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/ratingwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>TextEdit</class>
|
|
|
|
<extends>QTextEdit</extends>
|
|
|
|
<header>widgets/lineedit.h</header>
|
|
|
|
</customwidget>
|
2010-04-27 19:19:07 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>SpinBox</class>
|
|
|
|
<extends>QSpinBox</extends>
|
2010-12-20 00:40:36 +01:00
|
|
|
<header>widgets/lineedit.h</header>
|
2010-04-27 19:19:07 +02:00
|
|
|
</customwidget>
|
2010-01-16 17:12:47 +01:00
|
|
|
</customwidgets>
|
2010-06-11 00:09:35 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2010-01-16 17:12:47 +01:00
|
|
|
<connections>
|
|
|
|
<connection>
|
2010-12-20 17:36:16 +01:00
|
|
|
<sender>button_box</sender>
|
2010-01-16 17:12:47 +01:00
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>EditTagDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2010-12-20 00:40:36 +01:00
|
|
|
<x>65</x>
|
|
|
|
<y>552</y>
|
2010-01-16 17:12:47 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2010-12-20 00:40:36 +01:00
|
|
|
<x>84</x>
|
|
|
|
<y>533</y>
|
2010-01-16 17:12:47 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2010-12-20 17:36:16 +01:00
|
|
|
<sender>button_box</sender>
|
2010-01-16 17:12:47 +01:00
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>EditTagDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2010-12-20 00:40:36 +01:00
|
|
|
<x>236</x>
|
|
|
|
<y>542</y>
|
2010-01-16 17:12:47 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2010-12-20 00:40:36 +01:00
|
|
|
<x>242</x>
|
|
|
|
<y>532</y>
|
2010-01-16 17:12:47 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|