Uses of Class
io.qt.gui.QKeySequence.SequenceFormat
Package | Description |
---|---|
io.qt.gui |
-
Uses of QKeySequence.SequenceFormat in io.qt.gui
Methods in io.qt.gui that return QKeySequence.SequenceFormat Modifier and Type Method Description static QKeySequence.SequenceFormat
QKeySequence.SequenceFormat. resolve(int value)
Returns the corresponding enum entry for the given value.static QKeySequence.SequenceFormat
QKeySequence.SequenceFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QKeySequence.SequenceFormat[]
QKeySequence.SequenceFormat. 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.SequenceFormat Modifier and Type Method Description static QKeySequence
QKeySequence. fromString(String str, QKeySequence.SequenceFormat format)
static QList<QKeySequence>
QKeySequence. listFromString(String str, QKeySequence.SequenceFormat format)
static String
QKeySequence. listToString(Collection<QKeySequence> list, QKeySequence.SequenceFormat format)
String
QKeySequence. toString(QKeySequence.SequenceFormat format)
Constructors in io.qt.gui with parameters of type QKeySequence.SequenceFormat Constructor Description QKeySequence(String key, QKeySequence.SequenceFormat format)