Is there a way to set a minimum height for a QStatusBar
- Docu says
QStatusBaronly supports color - I have tried
QStatusBar::item - also
QStatusBar QLabel
Is there a way to force a minimum size of QStatusBar (per stylesheet)?
Is there a way to set a minimum height for a QStatusBar
QStatusBaronly supports colorQStatusBar::itemQStatusBar QLabelIs there a way to force a minimum size of QStatusBar (per stylesheet)?
Copyright © 2021 Jogjafile Inc.
Works for me:
ui->statusBar->setStyleSheet("QStatusBar {min-height: 50; background-color: black; }");