mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-28 13:49:58 +01:00
Use PropertiesEditorWidget instead of QWidget for some widget (widget used to edit propertie of element)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3932 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -33,9 +33,10 @@ class PropertiesEditorWidget : public QWidget
|
||||
public:
|
||||
explicit PropertiesEditorWidget(QWidget *parent = 0);
|
||||
|
||||
void apply() {}
|
||||
void reset() {}
|
||||
virtual QUndoCommand *assosiatedUndo ();
|
||||
virtual void apply() {}
|
||||
virtual void reset() {}
|
||||
virtual QUndoCommand *associatedUndo () const;
|
||||
virtual QString title() const;
|
||||
};
|
||||
|
||||
#endif // PROPERTIESEDITORWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user