Remove the QStatusBar separator [SOLVED]
-
Is there a way to remove the
QStatusBar
separator? -
Hi,
What separator ?
-
@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?
-
@Robey-Mardon Mmm. I don't think so, but it'd be great if anyone find another solution.
You're welcome!