_Draw_Style (gb.qt4)

Style drawing methods.

These methods draw GUI elements by following the current GUI theme.

Esta clase es virtual.

Esta clase no es instanciable.

Métodos
Arrow   Draws an arrow.
Box   Draws a box frame.
Button   Draws a push button frame.
Check   Draws a check box.
Handle   Draws a splitter or toolbar handle.
Option   Draws an option button.
Panel   Draws a panel frame.
Separator   Draws a toolbar separator.

These methods usually take a Flag argument that is a combination of the following constants:

Flag Effect
Draw.Normal Draws a control in its active state.
Draw.Disabled Draws a control in its disable state.
Draw.Focus The control has the focus.
Draw.Hover The control is hovered by the mouse cursor.

See also