Classes | |
class | ActionBox |
Class representing a panel of actions similar to Windows Vista/7 control panel items. More... | |
class | ActionGroup |
Class representing a single group of actions similar to Windows XP task panels. More... | |
class | ActionLabel |
Class representing an action similar to Windows Vista/7 control panel item. More... | |
class | ActionPanel |
Class representing panels of actions similar to Windows XP task panels. More... | |
class | ActionPanelScheme |
Class representing color scheme for ActionPanel and ActionGroup. More... | |
class | AndroidPanelScheme |
Android-like color scheme for ActionPanel and ActionGroup. More... | |
class | FreeCADPanelScheme |
class | MacPanelScheme |
MacOS-like color scheme for ActionPanel and ActionGroup. More... | |
class | SystemPanelScheme |
class | TaskGroup |
class | TaskHeader |
class | WinVistaPanelScheme |
Windows Vista-like color scheme for ActionPanel and ActionGroup. More... | |
class | WinXPPanelScheme |
WindowsXP-like blue color scheme for ActionPanel and ActionGroup. More... | |
class | WinXPPanelScheme2 |
WindowsXP-like blue color scheme for ActionPanel and ActionGroup (variation 2). More... | |
Variables | |
const char * | ActionBoxStyle |
const char * | ActionLabelStyle |
const char * | ActionPanelAndroidStyle |
const char * | ActionPanelDefaultStyle |
const char * | ActionPanelFreeCAD |
const char * | ActionPanelWinVistaStyle |
const char * | ActionPanelWinXPBlueStyle1 |
const char * | ActionPanelWinXPBlueStyle2 |
const char * | MacPanelStyle |
const char * | MinimumActionPanelFreeCAD |
Variable Documentation
◆ ActionBoxStyle
const char* QSint::ActionBoxStyle |
◆ ActionLabelStyle
const char* QSint::ActionLabelStyle |
Initial value:
=
"QSint--ActionLabel[class='action'] {"
"background-color: transparent;"
"border: 1px solid transparent;"
"color: #0033ff;"
"text-align: left;"
"font: 11px;"
"}"
"QSint--ActionLabel[class='action']:!enabled {"
"color: #999999;"
"}"
"QSint--ActionLabel[class='action']:hover {"
"color: #0099ff;"
"text-decoration: underline;"
"}"
"QSint--ActionLabel[class='action']:focus {"
"border: 1px dotted black;"
"}"
"QSint--ActionLabel[class='action']:on {"
"background-color: #ddeeff;"
"color: #006600;"
"}"
◆ ActionPanelAndroidStyle
const char* QSint::ActionPanelAndroidStyle |
◆ ActionPanelDefaultStyle
const char* QSint::ActionPanelDefaultStyle |
Referenced by QSint::ActionPanelScheme::ActionPanelScheme().
◆ ActionPanelFreeCAD
const char* QSint::ActionPanelFreeCAD |
◆ ActionPanelWinVistaStyle
const char* QSint::ActionPanelWinVistaStyle |
◆ ActionPanelWinXPBlueStyle1
const char* QSint::ActionPanelWinXPBlueStyle1 |
◆ ActionPanelWinXPBlueStyle2
const char* QSint::ActionPanelWinXPBlueStyle2 |
◆ MacPanelStyle
const char* QSint::MacPanelStyle |
◆ MinimumActionPanelFreeCAD
const char* QSint::MinimumActionPanelFreeCAD |
Initial value:
=
"QSint--ActionGroup QToolButton[class='header'] {"
"text-align: left;"
"background-color: transparent;"
"border: 1px solid transparent;"
"font-weight: bold;"
"}"
"QSint--ActionGroup QToolButton[class='action'] {"
"background-color: transparent;"
"border: 1px solid transparent;"
"text-align: left;"
"}"
"QSint--ActionGroup QToolButton[class='action']:hover {"
"text-decoration: underline;"
"}"