Uses of Enum
io.qt.webengine.widgets.QWebEnginePage.FileSelectionMode
-
Uses of QWebEnginePage.FileSelectionMode in io.qt.webengine.widgets
Modifier and TypeMethodDescriptionQWebEnginePage.FileSelectionMode.resolve
(int value) Returns the corresponding enum entry for the given value.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.Modifier and TypeMethodDescriptionQWebEnginePage.chooseFiles
(QWebEnginePage.FileSelectionMode mode, Collection<String> oldFiles, Collection<String> acceptedMimeTypes) SeeQWebEnginePage::
chooseFiles(QWebEnginePage::FileSelectionMode, QStringList, QStringList)