mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-21 12:39:59 +01:00
Implementation d'un menu reinitialiser les conducteurs modifies
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@161 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -66,6 +66,7 @@ class QETDiagramEditor : public QMainWindow {
|
||||
void slot_expand();
|
||||
void slot_shrink();
|
||||
void slot_editConductor();
|
||||
void slot_resetConductors();
|
||||
|
||||
// attributs
|
||||
protected:
|
||||
@@ -92,6 +93,7 @@ class QETDiagramEditor : public QMainWindow {
|
||||
QAction *delete_selection;
|
||||
QAction *rotate_selection;
|
||||
QAction *conductor_prop;
|
||||
QAction *conductor_reset;
|
||||
QAction *infos_diagram;
|
||||
QAction *add_column;
|
||||
QAction *remove_column;
|
||||
|
||||
Reference in New Issue
Block a user