Uses of Class
io.qt.widgets.QStyleOptionMenuItem.CheckType
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QStyleOptionMenuItem.CheckType in io.qt.widgets
Methods in io.qt.widgets that return QStyleOptionMenuItem.CheckType Modifier and Type Method Description QStyleOptionMenuItem.CheckType
QStyleOptionMenuItem. checkType()
The type of checkmark of the menu itemstatic QStyleOptionMenuItem.CheckType
QStyleOptionMenuItem.CheckType. resolve(int value)
Returns the corresponding enum entry for the given value.static QStyleOptionMenuItem.CheckType
QStyleOptionMenuItem.CheckType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStyleOptionMenuItem.CheckType[]
QStyleOptionMenuItem.CheckType. 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 QStyleOptionMenuItem.CheckType Modifier and Type Method Description void
QStyleOptionMenuItem. setCheckType(QStyleOptionMenuItem.CheckType checkType)
The type of checkmark of the menu item