Dear all,

I have two questions about widget QSS styling

1) QToolTip round borders. If I set:
QToolTip
{
     border: 1px solid black;
     padding: 1px;
     border-radius: 3px;
}

I get a tooltip with round border frame, but the background is still drawn
square, so I have bacground colored pixels in the corners. Is it possible
to do better?



2) QIcon disabled color
When I make a dark qss theme, all my toolbutton disabled icons are much too
bright. Is it possible to adjust the disabled icon brightness in qss?

Thanks!

Etienne
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to