aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/forms/configdialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-12 21:47:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-12 21:47:42 +0000
commita3c742d104f03cc7c86b112bee7a0e54e5ea67a9 (patch)
tree33ca780ad7434db995778404d2a1700e90931ade /src/qmmpui/forms/configdialog.ui
parent762952cbe88701a9fb71475768a18f32b199617e (diff)
downloadqmmp-a3c742d104f03cc7c86b112bee7a0e54e5ea67a9.tar.gz
qmmp-a3c742d104f03cc7c86b112bee7a0e54e5ea67a9.tar.bz2
qmmp-a3c742d104f03cc7c86b112bee7a0e54e5ea67a9.zip
feature to disable tag reading while loading a playlist(#925)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8419 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/forms/configdialog.ui')
-rw-r--r--src/qmmpui/forms/configdialog.ui82
1 files changed, 54 insertions, 28 deletions
diff --git a/src/qmmpui/forms/configdialog.ui b/src/qmmpui/forms/configdialog.ui
index dc7dde824..40d49f705 100644
--- a/src/qmmpui/forms/configdialog.ui
+++ b/src/qmmpui/forms/configdialog.ui
@@ -124,43 +124,53 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
- <widget class="QCheckBox" name="metadataCheckBox">
+ <widget class="QCheckBox" name="metaDataCheckBox">
<property name="text">
<string>Load metadata from files</string>
</property>
</widget>
</item>
- <item row="1" column="0" colspan="2">
+ <item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="underscoresCheckBox">
<property name="text">
<string>Convert underscores to blanks</string>
</property>
</widget>
</item>
- <item row="2" column="0" colspan="2">
+ <item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="per20CheckBox">
<property name="text">
<string>Convert %20 to blanks</string>
</property>
</widget>
</item>
- <item row="3" column="0">
+ <item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Group format:</string>
</property>
</widget>
</item>
- <item row="3" column="1">
+ <item row="4" column="1">
<widget class="QLineEdit" name="groupLineEdit"/>
</item>
- <item row="3" column="2">
+ <item row="4" column="2">
<widget class="QToolButton" name="groupButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
+ <item row="1" column="0" colspan="3">
+ <widget class="QCheckBox" name="plMetaDataCheckBox">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Read tags while loading a playlist</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -891,12 +901,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
- <x>348</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
<hint type="destinationlabel">
- <x>348</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
</hints>
</connection>
@@ -907,12 +917,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
- <x>348</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
<hint type="destinationlabel">
- <x>348</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
</hints>
</connection>
@@ -923,12 +933,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
- <x>272</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
<hint type="destinationlabel">
- <x>272</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
</hints>
</connection>
@@ -939,8 +949,8 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
- <x>272</x>
- <y>38</y>
+ <x>275</x>
+ <y>37</y>
</hint>
<hint type="destinationlabel">
<x>272</x>
@@ -955,8 +965,8 @@
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
- <x>657</x>
- <y>448</y>
+ <x>633</x>
+ <y>482</y>
</hint>
<hint type="destinationlabel">
<x>225</x>
@@ -971,8 +981,8 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
- <x>657</x>
- <y>448</y>
+ <x>633</x>
+ <y>482</y>
</hint>
<hint type="destinationlabel">
<x>141</x>
@@ -987,12 +997,28 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
- <x>457</x>
- <y>226</y>
+ <x>275</x>
+ <y>37</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>275</x>
+ <y>37</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>metaDataCheckBox</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>plMetaDataCheckBox</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>257</x>
+ <y>50</y>
</hint>
<hint type="destinationlabel">
- <x>580</x>
- <y>227</y>
+ <x>261</x>
+ <y>80</y>
</hint>
</hints>
</connection>