mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 03:20:53 +01:00
update diagramAutoNum
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2147 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -146,7 +146,7 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
void moveDiagramUp(Diagram *);
|
||||
void moveDiagramDown(Diagram *);
|
||||
void cleanCurrentProject();
|
||||
void conductorAutoNumProject();
|
||||
void diagramNumProject();
|
||||
void nomenclatureProject();
|
||||
void diagramWasAdded(DiagramView *);
|
||||
void diagramIsAboutToBeRemoved(DiagramView *);
|
||||
@@ -204,7 +204,7 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
QAction *prj_add_diagram; ///< Add a diagram to the current project.
|
||||
QAction *prj_del_diagram; ///< Delete a diagram from the current project
|
||||
QAction *prj_clean; ///< Clean the content of the curent project by removing useless items
|
||||
QAction *prj_conductorANum; ///< Auto numerotation conductors
|
||||
QAction *prj_diagramNum; ///< Numerotation des schemas
|
||||
QAction *prj_nomenclature; ///< generate nomenclature
|
||||
QAction *zoom_in; ///< Zoom in
|
||||
QAction *zoom_out; ///< Zoom out
|
||||
|
||||
Reference in New Issue
Block a user