QElectroTech
0.8-dev
|
Functions | |
PropertiesEditorWidget * | propertiesEditor (QAbstractItemModel *model, PropertiesEditorWidget *editor=nullptr, QWidget *parent=nullptr) |
PropertiesEditorFactory::propertiesEditor. More... | |
PropertiesEditorWidget * | propertiesEditor (QList< QGraphicsItem * > items, PropertiesEditorWidget *editor=nullptr, QWidget *parent=nullptr) |
propertiesEditor More... | |
PropertiesEditorWidget * PropertiesEditorFactory::propertiesEditor | ( | QAbstractItemModel * | model, |
PropertiesEditorWidget * | editor = nullptr , |
||
QWidget * | parent = nullptr |
||
) |
PropertiesEditorFactory::propertiesEditor.
model | : the model to be edited |
editor | : if the properties editor to be created is the same class as editor, the this function set item as edited item of editor and return editor |
parent | : parent widget of the returned editor |
PropertiesEditorWidget * PropertiesEditorFactory::propertiesEditor | ( | QList< QGraphicsItem * > | items, |
PropertiesEditorWidget * | editor = nullptr , |
||
QWidget * | parent = nullptr |
||
) |
propertiesEditor
items | : The items to be edited |
editor | : If the properties editor to be created is the same class as editor, then this function set item as edited item of editor and return editor |
parent | : parent widget of the returned editor |