mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
Element editor : element informations (manufacturer, reference etc...) can be created directly from the element editor. For that go to the widget "Element Property"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5057 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -61,19 +61,20 @@ class ElementScene : public QGraphicsScene
|
||||
private:
|
||||
ElementScene(const ElementScene &);
|
||||
|
||||
// attributes
|
||||
// attributes
|
||||
private:
|
||||
/// List of localized names
|
||||
/// List of localized names
|
||||
NamesList m_names_list;
|
||||
/// Extra informations
|
||||
/// Extra informations
|
||||
QString m_informations;
|
||||
/// element type
|
||||
/// element type
|
||||
QString m_elmt_type;
|
||||
/// element kind info
|
||||
DiagramContext m_elmt_kindInfo;
|
||||
/// QGraphicsItem manager
|
||||
/// element kind info
|
||||
DiagramContext m_elmt_kindInfo,
|
||||
m_elmt_information;
|
||||
/// QGraphicsItem manager
|
||||
QGIManager m_qgi_manager;
|
||||
/// Undo stack
|
||||
/// Undo stack
|
||||
QUndoStack m_undo_stack;
|
||||
|
||||
/// Variables related to drawing
|
||||
|
||||
Reference in New Issue
Block a user