Uses of Class
io.qt.webengine.widgets.QWebEngineDownloadItem.DownloadState
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEngineDownloadItem.DownloadState in io.qt.webengine.widgets
Fields in io.qt.webengine.widgets with type parameters of type QWebEngineDownloadItem.DownloadState Modifier and Type Field Description QObject.Signal1<QWebEngineDownloadItem.DownloadState>
QWebEngineDownloadItem. stateChanged
Methods in io.qt.webengine.widgets that return QWebEngineDownloadItem.DownloadState Modifier and Type Method Description static QWebEngineDownloadItem.DownloadState
QWebEngineDownloadItem.DownloadState. resolve(int value)
Returns the corresponding enum entry for the given value.QWebEngineDownloadItem.DownloadState
QWebEngineDownloadItem. state()
static QWebEngineDownloadItem.DownloadState
QWebEngineDownloadItem.DownloadState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEngineDownloadItem.DownloadState[]
QWebEngineDownloadItem.DownloadState. values()
Returns an array containing the constants of this enum type, in the order they are declared.