mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-27 22:30:53 +01:00
Add ability to store informations for element like label, manufacturer, ref etc....
Add widget to edit it, save/load works Informations are stored in a diagramcontext, this class was modified (new feature) to store information but keep compatibilty with older version. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2850 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <qetgraphicsitem/element.h>
|
||||
#include <diagram.h>
|
||||
#include <folioreportproperties.h>
|
||||
#include <elementinfowidget.h>
|
||||
|
||||
class elementpropertieswidget : public QDialog
|
||||
{
|
||||
@@ -46,6 +47,7 @@ class elementpropertieswidget : public QDialog
|
||||
|
||||
private:
|
||||
FolioReportProperties *frp_;
|
||||
ElementInfoWidget *eiw_;
|
||||
QDialogButtonBox *dbb;
|
||||
Element *element_;
|
||||
Diagram *diagram_;
|
||||
|
||||
Reference in New Issue
Block a user