mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -55,7 +55,13 @@ class ElementItemEditor : public QWidget
|
||||
|
||||
virtual CustomElementPart *currentPart() const = 0;
|
||||
virtual QList<CustomElementPart*> currentParts() const = 0;
|
||||
virtual void updateForm() = 0;
|
||||
/*!
|
||||
* \brief updateForm
|
||||
* update the values of the widget
|
||||
*/
|
||||
virtual void updateForm();
|
||||
private:
|
||||
virtual void updateFormPriv() = 0;
|
||||
|
||||
// attributes
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user