Uses of Class
io.qt.webengine.widgets.QWebEngineSettings.FontSize
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEngineSettings.FontSize in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEngineSettings.FontSize Modifier and Type Method Description static QWebEngineSettings.FontSize
QWebEngineSettings.FontSize. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEngineSettings.FontSize
QWebEngineSettings.FontSize. valueOf(String name)
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.Methods in io.qt.webengine.widgets with parameters of type QWebEngineSettings.FontSize Modifier and Type Method Description int
QWebEngineSettings. fontSize(QWebEngineSettings.FontSize type)
void
QWebEngineSettings. resetFontSize(QWebEngineSettings.FontSize type)
void
QWebEngineSettings. setFontSize(QWebEngineSettings.FontSize type, int size)