mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refs #368, filter for views
This commit is contained in:
@@ -96,6 +96,14 @@ namespace BlackGui
|
||||
return f;
|
||||
}
|
||||
|
||||
//! File name maininfoarea.qss
|
||||
static const QString &fileNameFilterDialog()
|
||||
{
|
||||
static const QString f("filterdialog.qss");
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
//! Font weights
|
||||
static const QStringList &fontWeights()
|
||||
{
|
||||
@@ -133,6 +141,9 @@ namespace BlackGui
|
||||
//! \sa QWidget::paintEvent
|
||||
static void useStyleSheetInDerivedWidget(QWidget *derivedWidget, QStyle::PrimitiveElement element = QStyle::PE_Widget);
|
||||
|
||||
//! Stylesheet string for a checkbox displayed as 2 icons
|
||||
static QString styleForIconCheckBox(const QString &checkedIcon, const QString &uncheckedIcon, const QString &width = "16px", const QString &height = "16px");
|
||||
|
||||
signals:
|
||||
//! Sheets have been changed
|
||||
void styleSheetsChanged();
|
||||
|
||||
Reference in New Issue
Block a user