diff options
Diffstat (limited to 'src/qmmpui/forms')
| -rw-r--r-- | src/qmmpui/forms/configdialog.ui | 82 |
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> |
