Uses of Enum
io.qt.gui.QKeySequence.SequenceFormat
Packages that use QKeySequence.SequenceFormat
-
Uses of QKeySequence.SequenceFormat in io.qt.gui
Methods in io.qt.gui that return QKeySequence.SequenceFormatModifier and TypeMethodDescriptionstatic QKeySequence.SequenceFormat
QKeySequence.SequenceFormat.resolve
(int value) Returns the corresponding enum entry for the given value.static QKeySequence.SequenceFormat
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.SequenceFormatModifier and TypeMethodDescriptionstatic QKeySequence
QKeySequence.fromString
(String str, QKeySequence.SequenceFormat format) static QList<QKeySequence>
QKeySequence.listFromString
(String str, QKeySequence.SequenceFormat format) static String
QKeySequence.listToString
(Collection<? extends QKeySequence> list, QKeySequence.SequenceFormat format) final String
QKeySequence.toString
(QKeySequence.SequenceFormat format) Constructors in io.qt.gui with parameters of type QKeySequence.SequenceFormat