PyANGGui.GAnyObjectChooserEditor

class GAnyObjectChooserEditor

An editor displaying a GAnyObjectChooser .

Inheritance diagram of PyANGGui.GAnyObjectChooserEditor

Synopsis

Methods

Virtual methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

__init__([parent=None[, fl=Qt.WindowFlags()]])
Parameters:
execDialog()
Return type:

int

getChooser()
Return type:

GAnyObjectChooser

Gets the GAnyObjectChooser .

setPaintEnabled(value)
Parameters:

value – bool

setPanEnabled(value)
Parameters:

value – bool

setShowNoObjectsMessage(value)
Parameters:

value – bool

If value is true then when the dialog is shown if there is not any object in the list of objects a message will appear informing about it. If value is false, then the default dialog will appear but with the OK button deactivated