Style (gb.qt4)

This class is a set of properties that return informations about the current widget style.

Esta clase es estática.

Constantes
Active   This flag is not used at the moment.
Default   This flags tells the Style routine to use the current painted control (if it exists) as a context.
Disabled   This flag indicates that a control is disabled.
HasFocus   This flag indicates that a control has the focus.
Hovered   This flag indicates that the mouse cursor is inside the control.
Normal   This flag indicates that a control is not disabled, does not have the focus, and is not hovered by the mouse cursor.

Propiedades estáticas
BoxFrameHeight   Return the height of a TextBox (or editable ComboBox) frame.
BoxFrameWidth   Return the width of a TextBox (or editable ComboBox) frame.
FrameWidth   Return the width of a panel frame.
Name   Return the name of the current widget style, or theme, or whatever you like calling that.
ScrollbarSize   Return the size of a scrollbar.
ScrollbarSpacing   Return the spacing between a scroll bar and the scrolling area.
TextBoxFrameWidth   Return the frame width of a TextBox control.

Métodos estáticos
BackgroundOf   Return the actual background color of the control that must be used when drawing it.
ForegroundOf   Return the actual foreground color of the control that must be used when drawing it.
PaintArrow   Draws an arrow.
PaintBox   Draws a box frame.
PaintButton   Draws a push button frame.
PaintCheck   Draws a check box.
PaintHandle   Draws a splitter or toolbar handle.
PaintOption   Draws an option button.
PaintPanel   Draws a panel frame.
PaintSeparator   Draws a toolbar separator.
StateOf   Return the state of a control as a sum of the following flags: