aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/settingsdialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-01 20:54:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-01 20:54:22 +0000
commitb75935292879d88018a8984d1607a72919b7be37 (patch)
tree0a6be26ca7d20f3e0792859f2858de306930fe43 /src/plugins/Input/mad/settingsdialog.ui
parent612c70b3f6b416b7137b3fa725c55f053ff2e549 (diff)
downloadqmmp-b75935292879d88018a8984d1607a72919b7be37.tar.gz
qmmp-b75935292879d88018a8984d1607a72919b7be37.tar.bz2
qmmp-b75935292879d88018a8984d1607a72919b7be37.zip
fixed mpeg settings dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1537 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/settingsdialog.ui')
-rw-r--r--src/plugins/Input/mad/settingsdialog.ui426
1 files changed, 237 insertions, 189 deletions
diff --git a/src/plugins/Input/mad/settingsdialog.ui b/src/plugins/Input/mad/settingsdialog.ui
index 22edeeb43..94d4af4dc 100644
--- a/src/plugins/Input/mad/settingsdialog.ui
+++ b/src/plugins/Input/mad/settingsdialog.ui
@@ -1,229 +1,277 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>SettingsDialog</class>
- <widget class="QDialog" name="SettingsDialog" >
- <property name="geometry" >
+ <widget class="QDialog" name="SettingsDialog">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>242</width>
- <height>264</height>
+ <width>238</width>
+ <height>243</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>MPEG Plugin Settings</string>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" colspan="2" >
- <widget class="QGroupBox" name="groupBox_2" >
- <property name="title" >
+ <layout class="QGridLayout" name="gridLayout">
+ <property name="leftMargin">
+ <number>6</number>
+ </property>
+ <property name="rightMargin">
+ <number>6</number>
+ </property>
+ <property name="bottomMargin">
+ <number>6</number>
+ </property>
+ <item row="0" column="0" colspan="2">
+ <widget class="QGroupBox" name="groupBox_2">
+ <property name="title">
<string>Tag Priority</string>
</property>
- <layout class="QVBoxLayout" >
- <item>
- <layout class="QHBoxLayout" >
- <item>
- <widget class="QLabel" name="label_15_2" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>First:</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="firstTagComboBox" >
- <property name="currentIndex" >
- <number>0</number>
- </property>
- <item>
- <property name="text" >
- <string>ID3v1</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>ID3v2</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>APE</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Disabled</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_15_2">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>First:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ </property>
+ </widget>
</item>
- <item>
- <layout class="QHBoxLayout" >
+ <item row="0" column="1" colspan="2">
+ <widget class="QComboBox" name="firstTagComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="currentIndex">
+ <number>0</number>
+ </property>
<item>
- <widget class="QLabel" name="label_15_3" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>Second:</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
+ <property name="text">
+ <string>ID3v1</string>
+ </property>
</item>
<item>
- <widget class="QComboBox" name="secondTagComboBox" >
- <property name="currentIndex" >
- <number>0</number>
- </property>
- <item>
- <property name="text" >
- <string>ID3v1</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>ID3v2</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>APE</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Disabled</string>
- </property>
- </item>
- </widget>
+ <property name="text">
+ <string>ID3v2</string>
+ </property>
</item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" >
<item>
- <widget class="QLabel" name="label_15_4" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>Third:</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
+ <property name="text">
+ <string>APE</string>
+ </property>
</item>
<item>
- <widget class="QComboBox" name="thirdTagComboBox" >
- <property name="currentIndex" >
- <number>0</number>
- </property>
- <item>
- <property name="text" >
- <string>ID3v1</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>ID3v2</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>APE</string>
- </property>
- </item>
- <item>
- <property name="text" >
- <string>Disabled</string>
- </property>
- </item>
- </widget>
+ <property name="text">
+ <string>Disabled</string>
+ </property>
</item>
- </layout>
+ </widget>
</item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0" colspan="2" >
- <widget class="QGroupBox" name="groupBox" >
- <property name="title" >
- <string>Encodings</string>
- </property>
- <layout class="QVBoxLayout" >
- <item>
- <layout class="QHBoxLayout" >
- <property name="spacing" >
- <number>6</number>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_15_3">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Second:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
- <property name="margin" >
+ </widget>
+ </item>
+ <item row="1" column="1" colspan="2">
+ <widget class="QComboBox" name="secondTagComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="currentIndex">
<number>0</number>
</property>
<item>
- <widget class="QLabel" name="label_17_2_2" >
- <property name="text" >
- <string>ID3v1 encoding:</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
+ <property name="text">
+ <string>ID3v1</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>ID3v2</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>APE</string>
+ </property>
</item>
<item>
- <widget class="QComboBox" name="id3v1EncComboBox" />
+ <property name="text">
+ <string>Disabled</string>
+ </property>
</item>
- </layout>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="label_15_4">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Third:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ </property>
+ </widget>
</item>
- <item>
- <layout class="QHBoxLayout" >
- <property name="spacing" >
- <number>6</number>
+ <item row="2" column="1" colspan="2">
+ <widget class="QComboBox" name="thirdTagComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="margin" >
+ <property name="currentIndex">
<number>0</number>
</property>
<item>
- <widget class="QLabel" name="label_18_2_2" >
- <property name="text" >
- <string>ID3v2 encoding:</string>
- </property>
- <property name="alignment" >
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
+ <property name="text">
+ <string>ID3v1</string>
+ </property>
</item>
<item>
- <widget class="QComboBox" name="id3v2EncComboBox" />
+ <property name="text">
+ <string>ID3v2</string>
+ </property>
</item>
- </layout>
+ <item>
+ <property name="text">
+ <string>APE</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Disabled</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item row="0" column="3" rowspan="3">
+ <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>
+ </widget>
+ </item>
+ <item row="1" column="0" colspan="2">
+ <widget class="QGroupBox" name="groupBox">
+ <property name="title">
+ <string>Encodings</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_3">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_17_2_2">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>ID3v1 encoding:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QComboBox" name="id3v1EncComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_18_2_2">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>ID3v2 encoding:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QComboBox" name="id3v2EncComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" rowspan="2">
+ <spacer name="horizontalSpacer_2">
+ <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>
</widget>
</item>
- <item row="2" column="0" >
+ <item row="2" column="0">
<spacer>
- <property name="orientation" >
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>125</width>
<height>18</height>
@@ -231,9 +279,9 @@
</property>
</spacer>
</item>
- <item row="2" column="1" >
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="standardButtons" >
+ <item row="2" column="1">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
@@ -248,11 +296,11 @@
<receiver>SettingsDialog</receiver>
<slot>reject()</slot>
<hints>
- <hint type="sourcelabel" >
+ <hint type="sourcelabel">
<x>162</x>
<y>245</y>
</hint>
- <hint type="destinationlabel" >
+ <hint type="destinationlabel">
<x>70</x>
<y>244</y>
</hint>