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
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
Constant that represents a very round border shape.
ShapeDefault
Constant that represents the default border shape.
ShapeFlat
Constant flag that indicates a flat background.
ShapeHideBottom
Constant flag that indicates that the bottom border is hidden.
ShapeHideLeft
Constant flag that indicates that the left border is hidden.
ShapeHideRight
Constant flag that indicates that the right border is hidden.
ShapeHideTop
Constant flag that indicates that the top border is hidden.
ShapeRound
Constant that represents a round border shape.
ShapeSmooth
Constant that represents a slight round border shape.
ShapeSquare
Constant that represents a square border shape.
ShapeSquareBottom
Constant flag that indicates that the bottom border is not rounded.
ShapeSquareLeft
Constant flag that indicates that the left border is not rounded.
ShapeSquareRight
Constant flag that indicates that the right border is not rounded.
ShapeSquareTop
Constant flag that indicates that the top border is not rounded.
Enumerations
StylePaint
Possible values and options of the
Shape arguments of the Style drawing routines.
Static properties
BorderRadius
Return the radius of the styled borders in pixels.
BorderSize
Return the size of the styled borders in pixels.
Color
Return or set the highlight color of the styled borders.
Flat
Return or set if the styled borders are drawn with a filled shape instead of a stroke one.
Name
Return the name of the current widget style, or theme, or whatever you like calling that.
Opacity
Return or set the opacity of the styled borders.
ScrollBarSpacing
Return the spacing between a scroll bar and the scrolling area.
Shape
Return or set the shape used by styled control border.
Static methods
BackgroundOf
Return the actual background color of the control that must be used when drawing it.
ClipBackground
Clip the current painter to the shape of a styled background.
ForegroundOf
Return the actual foreground color of the control that must be used when drawing it.
StateOf
Return the state of a control as a sum of the following flags: