Amelioration de la vitesse du rectangle de selection

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@70 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-02-25 17:53:16 +00:00
parent feaa1f39dd
commit 6d5927cbe7
4 changed files with 20 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ void DiagramView::initialise() {
setResizeAnchor(QGraphicsView::AnchorUnderMouse);
setAlignment(Qt::AlignLeft | Qt::AlignTop);
setSceneRect(QRectF(0.0, 0.0, scene -> border_and_inset.borderWidth() + 10.0, scene -> border_and_inset.borderHeight() + 10.0));
connect(scene, SIGNAL(selectionChanged()), this, SLOT(slot_selectionChanged()));
connect(scene, SIGNAL(selectionEmptinessChanged()), this, SLOT(slot_selectionChanged()));
}
/**