Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法设置一个最小高度QStatusBar
QStatusBar
QStatusBar::item
QStatusBar QLabel
有没有办法强制QStatusBar(每个样式表)的最小尺寸?
为我工作:
ui->statusBar->setStyleSheet("QStatusBar {min-height: 50; background-color: black; }");