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