Uses of Class
io.qt.gui.QKeySequence.StandardKey
Package | Description |
---|---|
io.qt.gui | |
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)
void
QShortcut. setKeys(QKeySequence.StandardKey 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)
Constructors in io.qt.gui with parameters of type QKeySequence.StandardKey Constructor Description QKeySequence(QKeySequence.StandardKey key)
QShortcut(QKeySequence.StandardKey key, QObject parent)
QShortcut(QKeySequence.StandardKey key, QObject parent, String member)
QShortcut(QKeySequence.StandardKey key, QObject parent, String member, String ambiguousMember)
Overloaded constructor forQShortcut(io.qt.gui.QKeySequence.StandardKey, io.qt.core.QObject, java.lang.String, java.lang.String, io.qt.core.Qt.ShortcutContext)
withcontext = io.qt.core.Qt.ShortcutContext.WindowShortcut
.QShortcut(QKeySequence.StandardKey key, QObject parent, String member, String ambiguousMember, Qt.ShortcutContext context)
-
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.