mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-17 15:49:59 +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:
@@ -45,7 +45,8 @@ class ElementInfoWidget : public PropertiesEditorWidget
|
||||
~ElementInfoWidget();
|
||||
|
||||
void apply();
|
||||
QUndoCommand* associatedUndo () const;
|
||||
QUndoCommand *associatedUndo () const;
|
||||
QString title() const {return tr("Informations");}
|
||||
|
||||
protected:
|
||||
virtual bool event(QEvent *event);
|
||||
|
||||
Reference in New Issue
Block a user