Enum StylePaint (gb.qt4)
Enum StylePaint Is ShapeCircle, ShapeDefault, ShapeHideBottom, ShapeHideLeft, ShapeHideRight, ShapeHideTop, ShapeRound, ShapeSmooth, ShapeSquare, ShapeSquareBottom, ShapeSquareLeft, ShapeSquareRight, ShapeSquareTop
Possible values and options of the
Shape arguments of the Style drawing routines.
|
Constant
|
Description
|
|
ShapeCircle
|
Constant that represents a very round border shape.
|
|
ShapeDefault
|
Constant that represents the default border shape.
|
|
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.
|