8.1.1 createDialog class method

The signature of the createDialog class method is the following :

def createDialog(cls, parent, instance_name, xobject, editor, xattribute):
thus if you re-implement this class method, you have to follow this signature. The attributes are:

The default implementation of createDialog coded in XObject class launch a dialog box with a line by __init__xattributes__ for an object creation and a line by __init__xattributes__ plus a line for each read-write __object__xattributes__ for an object edition. The edition of an attribute in this dialog box is described in section 8.2.