Is there a way to set a minimum height for a QStatusBar
QStatusBar
only supports colorQStatusBar::item
QStatusBar QLabel
Is there a way to force a minimum size of QStatusBar
(per stylesheet)?
Works for me:
ui->statusBar->setStyleSheet("QStatusBar {min-height: 50; background-color: black; }");