mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-25 16:59:58 +01:00
Simplification du code gerant la mise a jour du sceneRect en cas de modification de la bordure du schema
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@142 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -34,8 +34,6 @@ class DiagramView : public QGraphicsView {
|
||||
void dialogPrint();
|
||||
void addColumn();
|
||||
void removeColumn();
|
||||
void adjustHeight(qreal);
|
||||
void adjustSceneRect();
|
||||
void expand();
|
||||
void shrink();
|
||||
Diagram *diagram() { return(scene); }
|
||||
@@ -71,6 +69,7 @@ class DiagramView : public QGraphicsView {
|
||||
void couper();
|
||||
void copier();
|
||||
void coller();
|
||||
void adjustSceneRect();
|
||||
|
||||
private slots:
|
||||
void slot_selectionChanged();
|
||||
|
||||
Reference in New Issue
Block a user