diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-20 20:22:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-20 20:22:57 +0000 |
| commit | b04b301b80c432d8b7bca0b2b32e68c1d26cd9cd (patch) | |
| tree | caf50bfcfdc55c6197f0ec1bee99aabd2c4aebdf /src/plugins/Ui/skinned/forms | |
| parent | fc99b46d57b13e22c70f8acc1aaf297bab25f880 (diff) | |
| download | qmmp-b04b301b80c432d8b7bca0b2b32e68c1d26cd9cd.tar.gz qmmp-b04b301b80c432d8b7bca0b2b32e68c1d26cd9cd.tar.bz2 qmmp-b04b301b80c432d8b7bca0b2b32e68c1d26cd9cd.zip | |
fixed skinned settings widget
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2626 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/forms')
| -rw-r--r-- | src/plugins/Ui/skinned/forms/skinnedsettings.ui | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/src/plugins/Ui/skinned/forms/skinnedsettings.ui b/src/plugins/Ui/skinned/forms/skinnedsettings.ui index 800c4a97e..689166b0a 100644 --- a/src/plugins/Ui/skinned/forms/skinnedsettings.ui +++ b/src/plugins/Ui/skinned/forms/skinnedsettings.ui @@ -461,6 +461,9 @@ </item> <item row="5" column="0"> <widget class="QCheckBox" name="showNewPLCheckBox"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Show 'New Playlist' button</string> </property> @@ -561,12 +564,12 @@ <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> - <x>151</x> - <y>189</y> + <x>172</x> + <y>238</y> </hint> <hint type="destinationlabel"> <x>117</x> - <y>221</y> + <y>270</y> </hint> </hints> </connection> @@ -597,8 +600,24 @@ <y>161</y> </hint> <hint type="destinationlabel"> - <x>197</x> - <y>243</y> + <x>266</x> + <y>215</y> + </hint> + </hints> + </connection> + <connection> + <sender>playlistsCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>showNewPLCheckBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>95</x> + <y>162</y> + </hint> + <hint type="destinationlabel"> + <x>95</x> + <y>181</y> </hint> </hints> </connection> |
