diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-07-20 18:27:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-07-20 18:27:33 +0000 |
| commit | 0b8f45732a835df67b6409c9f92849bb4b3f48d1 (patch) | |
| tree | 8707a3379974093cbf2a200443c54c9a07cb1043 /src/plugins/Ui/skinned/forms | |
| parent | fa905f08f810c917a4417e61affb006a5a1f2335 (diff) | |
| download | qmmp-0b8f45732a835df67b6409c9f92849bb4b3f48d1.tar.gz qmmp-0b8f45732a835df67b6409c9f92849bb4b3f48d1.tar.bz2 qmmp-0b8f45732a835df67b6409c9f92849bb4b3f48d1.zip | |
skinned: fixed custom color settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9446 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/forms')
| -rw-r--r-- | src/plugins/Ui/skinned/forms/skinnedsettings.ui | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/forms/skinnedsettings.ui b/src/plugins/Ui/skinned/forms/skinnedsettings.ui index 706b65609..70c267280 100644 --- a/src/plugins/Ui/skinned/forms/skinnedsettings.ui +++ b/src/plugins/Ui/skinned/forms/skinnedsettings.ui @@ -1176,5 +1176,69 @@ </hint> </hints> </connection> + <connection> + <sender>plOverrideGroupBgCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>label_15</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>89</x> + <y>229</y> + </hint> + <hint type="destinationlabel"> + <x>90</x> + <y>255</y> + </hint> + </hints> + </connection> + <connection> + <sender>plOverrideGroupBgCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>plGrBgColor</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>202</x> + <y>231</y> + </hint> + <hint type="destinationlabel"> + <x>205</x> + <y>257</y> + </hint> + </hints> + </connection> + <connection> + <sender>plOverrideCurrentBgCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>label_20</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>61</x> + <y>290</y> + </hint> + <hint type="destinationlabel"> + <x>62</x> + <y>312</y> + </hint> + </hints> + </connection> + <connection> + <sender>plOverrideCurrentBgCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>plCurrentTrackBgColor</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>236</x> + <y>284</y> + </hint> + <hint type="destinationlabel"> + <x>208</x> + <y>310</y> + </hint> + </hints> + </connection> </connections> </ui> |
