Uses of Class
io.qt.widgets.QFrame.Shape
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QFrame.Shape in io.qt.widgets
Methods in io.qt.widgets that return QFrame.Shape Modifier and Type Method Description QFrame.Shape
QFrame. frameShape()
QFrame.Shape
QStyleOptionFrame. frameShape()
This property holds the frame shape value of the framestatic QFrame.Shape
QFrame.Shape. resolve(int value)
Returns the corresponding enum entry for the given value.static QFrame.Shape
QFrame.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFrame.Shape[]
QFrame.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QFrame.Shape Modifier and Type Method Description void
QFrame. setFrameShape(QFrame.Shape arg__1)
void
QStyleOptionFrame. setFrameShape(QFrame.Shape frameShape)
This property holds the frame shape value of the frame