Style (gb.qt4)

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

This class is static.

Constants
Active   This flag is not used at the moment.
Default  
Since 3.19
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.
ShapeCircle  
Since 3.21
Constant that represents a very round border shape.
ShapeDefault  
Since 3.21
Constant that represents the default border shape.
ShapeFlat  
Since 3.21
Constant flag that indicates a flat background.
ShapeHideBottom  
Since 3.21
Constant flag that indicates that the bottom border is hidden.
ShapeHideLeft  
Since 3.21
Constant flag that indicates that the left border is hidden.
ShapeHideRight  
Since 3.21
Constant flag that indicates that the right border is hidden.
ShapeHideTop  
Since 3.21
Constant flag that indicates that the top border is hidden.
ShapeRound  
Since 3.21
Constant that represents a round border shape.
ShapeSmooth  
Since 3.21
Constant that represents a slight round border shape.
ShapeSquare  
Since 3.21
Constant that represents a square border shape.
ShapeSquareBottom  
Since 3.21
Constant flag that indicates that the bottom border is not rounded.
ShapeSquareLeft  
Since 3.21
Constant flag that indicates that the left border is not rounded.
ShapeSquareRight  
Since 3.21
Constant flag that indicates that the right border is not rounded.
ShapeSquareTop  
Since 3.21
Constant flag that indicates that the top border is not rounded.

Static properties
BorderRadius  
Since 3.21
Return the radius of the styled borders in pixels.
BorderSize  
Since 3.21
Return the size of the styled borders in pixels.
BoxFrameHeight   Return the height of a TextBox (or editable ComboBox) frame.
BoxFrameWidth   Return the width of a TextBox (or editable ComboBox) frame.
Color  
Since 3.21
Return or set the highlight color of the styled borders.
Flat  
Since 3.21
Return or set if the styled borders are drawn with a filled shape instead of a stroke one.
FrameWidth   Return the width of a panel frame.
FramedSelection  
Since 3.20
Return or set if selections are drawn with a frame or not.
Name   Return the name of the current widget style, or theme, or whatever you like calling that.
Opacity  
Since 3.21
Return or set the opacity of the styled borders.
ScrollbarSize   Return the size of a scrollbar.
ScrollbarSpacing   Return the spacing between a scroll bar and the scrolling area.
Shadows  
Since 3.20
Return or set if shadows inside scrolling controls (like ScrollArea or TreeView) are visible.
Shape  
Since 3.21
Return or set the shape used by styled control border.
TextBoxFrameWidth   Return the frame width of a TextBox control.

Static methods
BackgroundOf   Return the actual background color of the control that must be used when drawing it.
ClipBackground  
ForegroundOf   Return the actual foreground color of the control that must be used when drawing it.
PaintArrow   Draws an arrow.
PaintBackground  
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.
PaintSelection  
PaintSeparator   Draws a toolbar separator.
StateOf   Return the state of a control as a sum of the following flags: