Remove the QStatusBar separator [SOLVED]
-
wrote on 5 May 2015, 17:44 last edited by Robey Mardon 5 Jun 2015, 14:13
Is there a way to remove the
QStatusBar
separator? -
Hi,
What separator ?
-
wrote on 5 May 2015, 23:10 last edited by
@SGaist Between the items.
-
@SGaist Between the items.
wrote on 6 May 2015, 12:36 last edited by@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; }
wrote on 6 May 2015, 14:12 last edited by@tarod.net Thank you ♥ - just wondering: Is there an alternative way?
-
@tarod.net Thank you ♥ - just wondering: Is there an alternative way?
wrote on 6 May 2015, 14:31 last edited by@Robey-Mardon Mmm. I don't think so, but it'd be great if anyone find another solution.
You're welcome!
5/6