Uses of Enum
io.qt.gui.QKeySequence.StandardKey
-
Uses of QKeySequence.StandardKey in io.qt.gui
Modifier and TypeMethodDescriptionstatic QKeySequence.StandardKey
QKeySequence.StandardKey.resolve
(int value) Returns the corresponding enum entry for the given value.static QKeySequence.StandardKey
Returns the enum constant of this type with the specified name.static QKeySequence.StandardKey[]
QKeySequence.StandardKey.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic QList<QKeySequence>
QKeySequence.keyBindings
(QKeySequence.StandardKey key) final boolean
QKeyEvent.matches
(QKeySequence.StandardKey key) ModifierConstructorDescription -
Uses of QKeySequence.StandardKey in io.qt.qt3d.input
-
Uses of QKeySequence.StandardKey in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QAbstractButton.setShortcut
(QKeySequence.StandardKey key) Overloaded function forQAbstractButton.setShortcut(io.qt.gui.QKeySequence)
.final void
QAction.setShortcut
(QKeySequence.StandardKey shortcut) Overloaded function forQAction.setShortcut(io.qt.gui.QKeySequence)
.final void
QAction.setShortcuts
(QKeySequence.StandardKey arg__1)