WindowsXP-like blue color scheme for ActionPanel and ActionGroup (variation 2). More...
#include <winxppanelscheme.h>
Public Member Functions | |
| WinXPPanelScheme2 () | |
Public Member Functions inherited from QSint::ActionPanelScheme | |
| ActionPanelScheme () | |
Static Public Member Functions | |
| static ActionPanelScheme * | defaultScheme () |
Static Public Member Functions inherited from QSint::ActionPanelScheme | |
| static ActionPanelScheme * | defaultScheme () |
| Returns a pointer to the default scheme object. More... | |
Additional Inherited Members | |
Public Types inherited from QSint::ActionPanelScheme | |
| enum | TaskPanelFoldEffect { NoFolding , ShrunkFolding , SlideFolding } |
| Animation effect during expanding/collapsing of the ActionGroup's contents. More... | |
Public Attributes inherited from QSint::ActionPanelScheme | |
| QString | actionStyle |
| The CSS for the ActionPanel/ActionGroup elements. More... | |
| int | groupFoldDelay |
| Delay in ms between steps made for expanding/collapsing animation (default 15). More... | |
| TaskPanelFoldEffect | groupFoldEffect |
| Sets folding effect during expanding/collapsing. More... | |
| int | groupFoldSteps |
| Number of steps made for expanding/collapsing animation (default 20). More... | |
| bool | groupFoldThaw |
| If set to true, changes group's opacity slowly during expanding/collapsing. More... | |
| bool | headerAnimation |
| If set to true, moving mouse over the header results in changing its opacity slowly. More... | |
| QPixmap | headerButtonFold |
| Image of folding button when the group is expanded. More... | |
| QPixmap | headerButtonFoldOver |
| Image of folding button when the group is expanded and mouse cursor is over the button. More... | |
| QSize | headerButtonSize |
| QPixmap | headerButtonUnfold |
| Image of folding button when the group is collapsed. More... | |
| QPixmap | headerButtonUnfoldOver |
| Image of folding button when the group is collapsed and mouse cursor is over the button. More... | |
| int | headerSize |
| Height of the header in pixels. More... | |
WindowsXP-like blue color scheme for ActionPanel and ActionGroup (variation 2).
| QSint::WinXPPanelScheme2::WinXPPanelScheme2 | ( | ) |
References QSint::ActionPanelWinXPBlueStyle2, QSint::ActionPanelScheme::actionStyle, QSint::ActionPanelScheme::groupFoldDelay, QSint::ActionPanelScheme::groupFoldEffect, QSint::ActionPanelScheme::groupFoldSteps, QSint::ActionPanelScheme::groupFoldThaw, QSint::ActionPanelScheme::headerAnimation, QSint::ActionPanelScheme::headerButtonFold, QSint::ActionPanelScheme::headerButtonFoldOver, QSint::ActionPanelScheme::headerButtonSize, QSint::ActionPanelScheme::headerButtonUnfold, QSint::ActionPanelScheme::headerButtonUnfoldOver, QSint::ActionPanelScheme::headerSize, and QSint::ActionPanelScheme::SlideFolding.
|
static |