Uses of Class
io.qt.core.QUuid.StringFormat
Package | Description |
---|---|
io.qt.core |
-
Uses of QUuid.StringFormat in io.qt.core
Methods in io.qt.core that return QUuid.StringFormat Modifier and Type Method Description static QUuid.StringFormat
QUuid.StringFormat. resolve(int value)
Returns the corresponding enum entry for the given value.static QUuid.StringFormat
QUuid.StringFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QUuid.StringFormat[]
QUuid.StringFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QUuid.StringFormat Modifier and Type Method Description QByteArray
QUuid. toByteArray(QUuid.StringFormat mode)
String
QUuid. toString(QUuid.StringFormat mode)