Ref T189, UI: spacing of statusbar depending on main window size

This commit is contained in:
Klaus Basan
2017-11-13 21:02:26 +01:00
parent d4b4b48a55
commit 02f7e12e12
3 changed files with 33 additions and 11 deletions

View File

@@ -50,6 +50,9 @@ namespace BlackGui
//! Tooltip for DBus
void setDBusTooltip(const QString &tooltip);
//! Set the spacing
void setSpacing(int spacing);
private:
QScopedPointer<Ui::CInfoBarStatusComponent> ui;
BlackCore::CActionBind m_actionPtt { "/Voice/Activate push-to-talk", BlackMisc::CIcons::radio16(), this, &CInfoBarStatusComponent::onPttChanged };
@@ -74,6 +77,9 @@ namespace BlackGui
//! Internet accessible?
void onInternetAccessibleChanged(bool access);
//! Update spacing based on main window size
void updateSpacing();
};
} // ns
} // ns