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