Qt 6.11 is out! See what's new in the release
blog
Remove the QStatusBar separator [SOLVED]
General and Desktop
6
Posts
3
Posters
5.2k
Views
2
Watching
-
Is there a way to remove the
QStatusBarseparator? -
Hi,
What separator ?
-
@SGaist Between the items.
-
@SGaist Between the items.
@Robey-Mardon If you have separators, it's because you inserted widgets to the QStatusBar, did you?
I don't know if in your case you can apply my solution, but you can solve the problem adding the follwing to the applicaion stylesheet:
QStatusBar::item { border: none; } -
@Robey-Mardon If you have separators, it's because you inserted widgets to the QStatusBar, did you?
I don't know if in your case you can apply my solution, but you can solve the problem adding the follwing to the applicaion stylesheet:
QStatusBar::item { border: none; }@tarod.net Thank you ♥ - just wondering: Is there an alternative way?
-
@tarod.net Thank you ♥ - just wondering: Is there an alternative way?