Ajout d'une action "Retrouver dans le panel" dans les proprietes des elements.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@654 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-05-19 19:00:37 +00:00
parent 9f46d81f5c
commit 87c5007e45
13 changed files with 391 additions and 196 deletions

View File

@@ -26,6 +26,7 @@ class ProjectView;
class Diagram;
class DiagramView;
class ElementsPanelWidget;
class ElementsLocation;
class RecentFiles;
/**
Cette classe represente la fenetre principale de QElectroTech et,
@@ -144,6 +145,7 @@ class QETDiagramEditor : public QMainWindow {
void diagramIsAboutToBeRemoved(DiagramView *);
void diagramWasRemoved(DiagramView *);
void diagramTitleChanged(DiagramView *);
void findElementInPanel(const ElementsLocation &);
// attributs
public: