Uses of Enum
io.qt.core.QProcess.ExitStatus
Packages that use QProcess.ExitStatus
-
Uses of QProcess.ExitStatus in io.qt.core
Fields in io.qt.core with type parameters of type QProcess.ExitStatusMethods in io.qt.core that return QProcess.ExitStatusModifier and TypeMethodDescriptionfinal QProcess.ExitStatus
QProcess.exitStatus()
static QProcess.ExitStatus
QProcess.ExitStatus.resolve
(int value) Returns the corresponding enum entry for the given value.static QProcess.ExitStatus
Returns the enum constant of this type with the specified name.static QProcess.ExitStatus[]
QProcess.ExitStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.