How to color when drawing QFrame as a line
Solved
General and Desktop
-
When I draw a
QFrame
as a line using theQFrame::HLine
orQFrame::VLine
shape, how can I set the color of that line using a stylesheet? It seems both thecolor
,background-color
, norborder-color
have any effect -
Hi
Setting FrameShadow to "plain" it responded to
color: rgb(170, 0, 0); -
@Jakob
well if FrameShadow is not plain
it does nothing so first i though it didn't work either.
3/4