Uses of Class
io.qt.gui.QKeySequence.StandardKey
Package | Description |
---|---|
io.qt.gui | |
io.qt.qt3d.input | |
io.qt.widgets |
-
Uses of QKeySequence.StandardKey in io.qt.gui
Methods in io.qt.gui that return QKeySequence.StandardKey Modifier and Type Method Description static QKeySequence.StandardKey
QKeySequence.StandardKey. resolve(int value)
Returns the corresponding enum entry for the given value.static QKeySequence.StandardKey
QKeySequence.StandardKey. valueOf(String name)
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.StandardKey Modifier and Type Method Description static QList<QKeySequence>
QKeySequence. keyBindings(QKeySequence.StandardKey key)
boolean
QKeyEvent. matches(QKeySequence.StandardKey key)
Constructors in io.qt.gui with parameters of type QKeySequence.StandardKey Constructor Description QKeySequence(QKeySequence.StandardKey key)
-
Uses of QKeySequence.StandardKey in io.qt.qt3d.input
Methods in io.qt.qt3d.input with parameters of type QKeySequence.StandardKey Modifier and Type Method Description boolean
QKeyEvent. matches(QKeySequence.StandardKey key_)
-
Uses of QKeySequence.StandardKey in io.qt.widgets
Methods in io.qt.widgets with parameters of type QKeySequence.StandardKey Modifier and Type Method Description void
QAbstractButton. setShortcut(QKeySequence.StandardKey key)
Sets the shortcut to the key sequence for the given key.void
QAction. setShortcut(QKeySequence.StandardKey key)
Sets the shortcut to the key sequence for the given key.void
QAction. setShortcuts(QKeySequence.StandardKey arg__1)