Draw a PE_IndicatorBranch in a QLabel
-
Hi
What does the stylesheet target?
margins and such can affect lots of stuff if not
target using names or concrete types as selectors -
Hi
What does the stylesheet target?
margins and such can affect lots of stuff if not
target using names or concrete types as selectors -
@mrjj I only intended it to darken the dock window title bar:
QString styleSheet("QDockWidget::title { font: 75 11pt \"ubuntu\"; text-align: left; background: darkgray; }"); -
@oberluz
so if you do use styleSheet it looks as you expect?
you are right, im not sure either how that should affect NodeWidget -
@mrjj yes, without the stylesheet its fine:

Is its possible I need to get the current style sheet, then somehow add the title, and then set it ? I'm thinking that by just setting it rather than modifying it I might be deleting something
-
@oberluz
Hi
Unless you manually set a stylesheet, its empty pr default.
so if that is the ONLY stylesheet you set, i dont get it. -
@oberluz
Sorry, i really cant guess.
It seems not very connected.
and should only affect Title -
@oberluz
Could be.
Please make a small sample that can reproduce it.
Makes it far more likely we discover what it is. :)