Uses of Enum
io.qt.webengine.widgets.QWebEngineSettings.FontSize
-
Uses of QWebEngineSettings.FontSize in io.qt.webengine.widgets
Modifier and TypeMethodDescriptionstatic QWebEngineSettings.FontSize
QWebEngineSettings.FontSize.resolve
(int value) Returns the corresponding enum entry for the given value.static QWebEngineSettings.FontSize
Returns the enum constant of this type with the specified name.static QWebEngineSettings.FontSize[]
QWebEngineSettings.FontSize.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal int
QWebEngineSettings.fontSize
(QWebEngineSettings.FontSize type) SeeQWebEngineSettings::
fontSize(QWebEngineSettings::FontSize)const final void
QWebEngineSettings.resetFontSize
(QWebEngineSettings.FontSize type) SeeQWebEngineSettings::
resetFontSize(QWebEngineSettings::FontSize) final void
QWebEngineSettings.setFontSize
(QWebEngineSettings.FontSize type, int size) SeeQWebEngineSettings::
setFontSize(QWebEngineSettings::FontSize, int)