Class sh::ui::qt::QtUIStyle¶
-
class
sh::ui::qt
::
QtUIStyle
¶ Methods for applying the Shallot visible style.
See sh::ui::qt::QtMainWindow about how to get an instance.
Public Functions
-
QtUIStyle
(sh::ui::qt::QtMainWindow *mainwnd)¶ Constructed only by the infrastructure and made available otherwise.
-
QColor
windowColor
()¶
-
QColor
backgroundColor
()¶
-
QColor
inactiveBackgroundColor
()¶
-
QColor
windowColorHighlighted
()¶
-
QColor
windowColorHalfHighlighted
()¶
-
QColor
windowColorDarkened
()¶
-
QColor
windowColorLikeTitlebar
()¶
-
QColor
linkColor
()¶
-
QColor
titlebarColor
()¶
-
QColor
foregroundColor
()¶
-
QColor
foregroundColorLighter1
()¶
-
QColor
foregroundColorLighter2
()¶
-
int
fontSizeInPt
(int r = 100)¶
-
QColor
mix
(float n1, QColor c1, QColor c2)¶
Private Members
-
sh::ui::qt::QtMainWindow *
_mainWindow
¶
-