Class sh::ui::qt::QtUIStyle::SheetΒΆ

class sh::ui::qt::QtUIStyle::Sheet

Public Functions

QString sheet()
Sheet customcss(QString css)
Sheet fontsize_byFactor(int f)
Sheet fontsize_header()
Sheet fontsize_smaller()
Sheet textcolor(QColor color)
Sheet textcolor_lighter1()
Sheet textcolor_lighter2()
Sheet background(QColor color, bool restrictQWidget = true)
Sheet background_highlighted(bool restrictQWidget = true)
Sheet background_halfhighlighted(bool restrictQWidget = true)
Sheet background_darkened(bool restrictQWidget = true)
Sheet background_liketitlebar(bool restrictQWidget = true)
Sheet applyTo(QWidget *widget)
Sheet bold()

Private Functions

Sheet(QtUIStyle *style, QString sheet)

Private Members

QString _sheet
QtUIStyle *_style

Friends

friend class QtUIStyle