mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Some improvements and fixes refs #312, Navigator (aka navigation bars)
* Added extra QFrame in CDockWidgets to have better control in stylesheez (CDockWidget -> QWidget -> QFrame) * Adjusted stylesheets * Force update of stylesheet when frameless changes * Cascading status message in nested CInfoArea components Floating frameless dock widget still not transparent
This commit is contained in:
@@ -36,6 +36,7 @@ namespace BlackGui
|
||||
this->m_ownStatusBar = statusBar ? false : true;
|
||||
this->m_statusBar = statusBar ? statusBar : new QStatusBar();
|
||||
if (this->m_statusBar->objectName().isEmpty()) { this->m_statusBar->setObjectName("sb_ManagedStatusBar"); }
|
||||
if (this->m_ownStatusBar) { m_statusBar->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);}
|
||||
|
||||
this->m_statusBarIcon = new QLabel(this->m_statusBar);
|
||||
this->m_statusBarLabel = new QLabel(this->m_statusBar);
|
||||
|
||||
Reference in New Issue
Block a user