[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - Modifying Theme in style.qss
Page 1 of 1

Modifying Theme in style.qss

PostPosted: Mon May 20, 2019 2:23 pm
by Thomas123

Re: Modifying Theme in style.qss

PostPosted: Mon May 20, 2019 8:20 pm
by rvm
Well, I guess increasing the width in MySlider::handle:horizontal

The Qt stylesheet reference:
https://doc.qt.io/archives/qt-4.8/style ... rence.html

Re: Modifying Theme in style.qss

PostPosted: Tue May 21, 2019 5:06 pm
by Thomas123
Thank you very much for the hint and the link! Very helpful!

I had made the mistake to decrease the height of the whole slider-thing. ... and this did also override the height of the MySlider::handle:horizontal.

Now I correctly set the height of the groove here: MySlider::groove:horizontal.
And now I can use MySlider::handle:horizontal to have a larger and more beautiful handle.

:-)

Re: Modifying Theme in style.qss

PostPosted: Wed May 22, 2019 11:04 am
by Thomas123

Re: Modifying Theme in style.qss

PostPosted: Thu Aug 29, 2019 8:02 am
by nayam
Helpful thread. Thanks for sharing link and giving hint.