Hi,
How to put QScrollBar up and down arrows icon's?
I tried ;
and
but it didn't work..
Printable View
Hi,
How to put QScrollBar up and down arrows icon's?
I tried ;
and
but it didn't work..
It's "image: url();"
Hi, thanks for your answer but if you mean
by image: url(); , it doesn't work as well.
Can you be a bit more specific?
It works but not alone. I ran in that difficulty time ago. Have a look at "Qt Style Sheets Examples" in the documentation and use their entire style sheet. Past your image inside and it will work. Then delete one row after the other till you find the other options required for setting the image. Sorry but I didn't remember the right configuration for that.
That what i'm doing right now:)..I got confused at this point. Actually, I wonder if uparrow-icon and downarrow-icon properties are working. Anyway thanks again.
Code:
{ background: url("styles/bluesky/up_arrow.png"); background-repeat: none; left: 3px; top: 5px; }
I finally tried this out but it didn't work as well..I'm stuck in this problem. Any ideas could be very helpful..