Hello
I want to set a background image for a QHeaderView.
Preferably through a stylesheet, if possible.
I can set background-color in a stylesheet, but background-image does not work.
This is what I've got right now:
Any ideas?
Printable View
Hello
I want to set a background image for a QHeaderView.
Preferably through a stylesheet, if possible.
I can set background-color in a stylesheet, but background-image does not work.
This is what I've got right now:
Any ideas?
background-image:url(":/topgradient.png");
you can do it with
border-image: url(treeWidget_header.png);
:)