mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 13:20:52 +01:00
Revert "Merge branch 'XMLPropertiesNew'"
**Break a lot of thing.** This reverts commit1db1800572, reversing changes made to4c563821e8.
This commit is contained in:
@@ -55,16 +55,8 @@ class ElementItemEditor : public QWidget
|
||||
|
||||
virtual CustomElementPart *currentPart() const = 0;
|
||||
virtual QList<CustomElementPart*> currentParts() const = 0;
|
||||
/*!
|
||||
* \brief updateForm
|
||||
* update the values of the widget
|
||||
*/
|
||||
virtual void updateForm();
|
||||
private:
|
||||
virtual void updateFormPriv() = 0;
|
||||
virtual void updateForm() = 0;
|
||||
|
||||
protected:
|
||||
QList<QMetaObject::Connection> m_change_connections;
|
||||
// attributes
|
||||
private:
|
||||
QETElementEditor *element_editor;
|
||||
|
||||
Reference in New Issue
Block a user