Uses of Class
io.qt.webengine.widgets.QWebEngineDownloadItem.SavePageFormat
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEngineDownloadItem.SavePageFormat in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEngineDownloadItem.SavePageFormat Modifier and Type Method Description static QWebEngineDownloadItem.SavePageFormat
QWebEngineDownloadItem.SavePageFormat. resolve(int value)
Returns the corresponding enum entry for the given value.QWebEngineDownloadItem.SavePageFormat
QWebEngineDownloadItem. savePageFormat()
static QWebEngineDownloadItem.SavePageFormat
QWebEngineDownloadItem.SavePageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEngineDownloadItem.SavePageFormat[]
QWebEngineDownloadItem.SavePageFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.widgets with parameters of type QWebEngineDownloadItem.SavePageFormat Modifier and Type Method Description void
QWebEnginePage. save(String filePath, QWebEngineDownloadItem.SavePageFormat format)
void
QWebEngineDownloadItem. setSavePageFormat(QWebEngineDownloadItem.SavePageFormat format)