Uses of Class
io.qt.webengine.widgets.QWebEnginePage.FileSelectionMode
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEnginePage.FileSelectionMode in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEnginePage.FileSelectionMode Modifier and Type Method Description static QWebEnginePage.FileSelectionMode
QWebEnginePage.FileSelectionMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEnginePage.FileSelectionMode
QWebEnginePage.FileSelectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEnginePage.FileSelectionMode[]
QWebEnginePage.FileSelectionMode. 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 QWebEnginePage.FileSelectionMode Modifier and Type Method Description protected List<String>
QWebEnginePage. chooseFiles(QWebEnginePage.FileSelectionMode mode, Collection<String> oldFiles, Collection<String> acceptedMimeTypes)