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