Uses of Enum
io.qt.core.QThread.QualityOfService
Packages that use QThread.QualityOfService
-
Uses of QThread.QualityOfService in io.qt.core
Methods in io.qt.core that return QThread.QualityOfServiceModifier and TypeMethodDescriptionstatic QThread.QualityOfService
QThread.QualityOfService.resolve
(int value) Returns the corresponding enum entry for the given value.final QThread.QualityOfService
QThread.serviceLevel()
final QThread.QualityOfService
QThreadPool.serviceLevel()
static QThread.QualityOfService
Returns the enum constant of this type with the specified name.static QThread.QualityOfService[]
QThread.QualityOfService.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 QThread.QualityOfServiceModifier and TypeMethodDescriptionfinal void
QThread.setServiceLevel
(QThread.QualityOfService serviceLevel) final void
QThreadPool.setServiceLevel
(QThread.QualityOfService serviceLevel)