mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-02 09:29:59 +02:00
Implementation d'un menu pour editer un conducteur deja pose
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@151 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -65,6 +65,7 @@ class QETDiagramEditor : public QMainWindow {
|
||||
void slot_removeColumn();
|
||||
void slot_expand();
|
||||
void slot_shrink();
|
||||
void slot_editConducer();
|
||||
|
||||
// attributs
|
||||
protected:
|
||||
@@ -90,6 +91,7 @@ class QETDiagramEditor : public QMainWindow {
|
||||
QAction *select_invert;
|
||||
QAction *delete_selection;
|
||||
QAction *rotate_selection;
|
||||
QAction *conducer_prop;
|
||||
QAction *infos_diagram;
|
||||
QAction *add_column;
|
||||
QAction *remove_column;
|
||||
|
||||
Reference in New Issue
Block a user