Uses of Class
io.qt.widgets.QColorDialog.ColorDialogOption
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QColorDialog.ColorDialogOption in io.qt.widgets
Methods in io.qt.widgets that return QColorDialog.ColorDialogOption Modifier and Type Method Description QColorDialog.ColorDialogOption[]
QColorDialog.ColorDialogOptions. flags()
Returns an array of flag objects represented by this ColorDialogOptions.static QColorDialog.ColorDialogOption
QColorDialog.ColorDialogOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QColorDialog.ColorDialogOption
QColorDialog.ColorDialogOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QColorDialog.ColorDialogOption[]
QColorDialog.ColorDialogOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.widgets with parameters of type QColorDialog.ColorDialogOption Constructor Description ColorDialogOptions(QColorDialog.ColorDialogOption... args)
Creates a new ColorDialogOptions where the flags inargs
are set.