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