FreeCAD C++
List of all members
QSint::WinVistaPanelScheme Class Reference

#include <Gui/QSint/actionpanel/winvistapanelscheme.h>

Detailed Description

Windows Vista-like color scheme for ActionPanel and ActionGroup.

Since
0.2
ActionPanel4.png
Example of the scheme

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...
 
- Static Public Member Functions inherited from QSint::ActionPanelScheme
static ActionPanelSchemedefaultScheme ()
 
- Public Attributes inherited from QSint::ActionPanelScheme
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.