Uses of Class
io.qt.widgets.QFileDialog.ViewMode
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QFileDialog.ViewMode in io.qt.widgets
Methods in io.qt.widgets that return QFileDialog.ViewMode Modifier and Type Method Description static QFileDialog.ViewMode
QFileDialog.ViewMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QFileDialog.ViewMode
QFileDialog.ViewMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFileDialog.ViewMode[]
QFileDialog.ViewMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.QFileDialog.ViewMode
QFileDialog. viewMode()
Methods in io.qt.widgets with parameters of type QFileDialog.ViewMode Modifier and Type Method Description void
QFileDialog. setViewMode(QFileDialog.ViewMode mode)