QTWidgets Stylesheet
Unsolved
General and Desktop
-
I've created a stylesheet for a QTWidgets application. I have a problem where QToolBarExtension is being clipped and none of the stylesheet controls I've attempted to apply seem able to move it into full view on the toolbar, the closest I've been able to get is by adding undesirable amounts of margin to the toolbar itself.
What is happening:
What I would like to happen (without the extra margins):
I tried just defining margin:
margin: 0px 5px 0px 5px;
but it only allows the full button to show with a full 5px margin all around.
-
@obelisk79
Difficult to make guesses in the dark:
Which Qt Version & platform is used here?
How are the icons populated? Anything special about their size?
Can you show the relevant code?