refs #935, refs #936 utility function to set OS specific properties

this can be used in qss selectors
This commit is contained in:
Klaus Basan
2017-04-15 23:07:23 +02:00
committed by Mathew Sutcliffe
parent 197560c3c3
commit 7907dff967
3 changed files with 25 additions and 0 deletions

View File

@@ -138,6 +138,9 @@ namespace BlackGui
//! Concatenate 2 styles
static QString concatStyles(const QString &style1, const QString &style2);
//! Set QSysInfo properties for given widget (which can be used in stylesheet)
static void setQSysInfoProperties(QWidget *widget, bool withChildWidgets);
signals:
//! Sheets have been changed
//! \deprecated use BlackGui::CGuiApplication::styleSheetsChanged