After add my widget in status bar,
statusBar()->addWidget(wd_status_bar);
i get a vertical line. I have tried everything I know, but I could not get rid of it. Maybe someone can help me delete this line?
Attachment 9392
Printable View
After add my widget in status bar,
statusBar()->addWidget(wd_status_bar);
i get a vertical line. I have tried everything I know, but I could not get rid of it. Maybe someone can help me delete this line?
Attachment 9392
Maybe you can tell us what " everything I know" is.
Remove the border.
Code:
statusBar()->setStyleSheet("QStatusBar::item { border: none; };");