QToolButton border style?
Solved
General and Desktop
-
how do I make a QToolButton have no border and a transparent background? ie: so only the button picture is drawn, with transparency?
Mine looks like this:
and i'd prefer it look like this:
Any ideas? it should look the same on mac and windows. thanks
-
stylesheet: "border: none" worked!!
wow style sheets. wow. just... wow. that is amazing.
-
Hi
You could use a stylesheet with
border:none
-
stylesheet: "border: none" worked!!
wow style sheets. wow. just... wow. that is amazing.