Uses of Class
io.qt.webengine.core.QWebEngineProfile
Packages that use QWebEngineProfile
-
Uses of QWebEngineProfile in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineProfileModifier and TypeMethodDescriptionstatic QWebEngineProfile
QWebEngineProfileBuilder.createOffTheRecordProfile()
Overloaded function forQWebEngineProfileBuilder.createOffTheRecordProfile(io.qt.core.QObject)
withparent = null
.static QWebEngineProfile
QWebEngineProfileBuilder.createOffTheRecordProfile
(QObject parent) final QWebEngineProfile
QWebEngineProfileBuilder.createProfile
(String storageName) Overloaded function forQWebEngineProfileBuilder.createProfile(java.lang.String, io.qt.core.QObject)
withparent = null
.final QWebEngineProfile
QWebEngineProfileBuilder.createProfile
(String storageName, QObject parent) static QWebEngineProfile
QWebEngineProfile.defaultProfile()
final QWebEngineProfile
QWebEnginePage.profile()
Constructors in io.qt.webengine.core with parameters of type QWebEngineProfileModifierConstructorDescriptionQWebEnginePage
(QWebEngineProfile profile) Overloaded constructor forQWebEnginePage(io.qt.webengine.core.QWebEngineProfile, io.qt.core.QObject)
withparent = null
.QWebEnginePage
(QWebEngineProfile profile, QObject parent) -
Uses of QWebEngineProfile in io.qt.webengine.widgets
Constructors in io.qt.webengine.widgets with parameters of type QWebEngineProfileModifierConstructorDescriptionQWebEngineView
(QWebEngineProfile profile) Overloaded constructor forQWebEngineView(io.qt.webengine.core.QWebEngineProfile, io.qt.widgets.QWidget)
withparent = null
.QWebEngineView
(QWebEngineProfile profile, QWidget parent)