Uses of Class
io.qt.widgets.QFontDialog.FontDialogOption
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QFontDialog.FontDialogOption in io.qt.widgets
Methods in io.qt.widgets that return QFontDialog.FontDialogOption Modifier and Type Method Description QFontDialog.FontDialogOption[]
QFontDialog.FontDialogOptions. flags()
Returns an array of flag objects represented by this FontDialogOptions.static QFontDialog.FontDialogOption
QFontDialog.FontDialogOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QFontDialog.FontDialogOption
QFontDialog.FontDialogOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFontDialog.FontDialogOption[]
QFontDialog.FontDialogOption. 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 QFontDialog.FontDialogOption Constructor Description FontDialogOptions(QFontDialog.FontDialogOption... args)
Creates a new FontDialogOptions where the flags inargs
are set.