Uses of Enum
io.qt.gui.QKeySequence.StandardKey
Packages that use QKeySequence.StandardKey
-
Uses of QKeySequence.StandardKey in io.qt.gui
Methods in io.qt.gui that return QKeySequence.StandardKeyModifier 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.Methods in io.qt.gui with parameters of type QKeySequence.StandardKeyModifier and TypeMethodDescriptionstatic QList<QKeySequence>
QKeySequence.keyBindings
(QKeySequence.StandardKey key) final boolean
QKeyEvent.matches
(QKeySequence.StandardKey key) Constructors in io.qt.gui with parameters of type QKeySequence.StandardKeyModifierConstructorDescription -
Uses of QKeySequence.StandardKey in io.qt.qt3d.input
Methods in io.qt.qt3d.input with parameters of type QKeySequence.StandardKey -
Uses of QKeySequence.StandardKey in io.qt.widgets
Methods in io.qt.widgets with parameters of type QKeySequence.StandardKeyModifier and TypeMethodDescriptionfinal void
QAbstractButton.setShortcut
(QKeySequence.StandardKey key) Sets the shortcut to the key sequence for the given key.final void
QAction.setShortcut
(QKeySequence.StandardKey key) Sets the shortcut to the key sequence for the given key.final void
QAction.setShortcuts
(QKeySequence.StandardKey arg__1)