PyANGGui.GAnyObjectChooserEditor¶
- class GAnyObjectChooserEditor¶
An editor displaying a
GAnyObjectChooser.Synopsis¶
Methods¶
def
__init__()def
getChooser()def
setPanEnabled()
Virtual methods¶
def
execDialog()
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:
parent –
QWidgetfl – Combination of
WindowType
- getChooser()¶
- Return type:
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