mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-10 16:49:59 +02:00
Amelioration de la gestion de la grille en fonction du zoom utilise
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@110 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -50,6 +50,7 @@ class DiagramView : public QGraphicsView {
|
||||
void dragLeaveEvent(QDragLeaveEvent *);
|
||||
void dragMoveEvent(QDragMoveEvent *);
|
||||
void dropEvent(QDropEvent *);
|
||||
QRectF viewedSceneRect() const;
|
||||
|
||||
signals:
|
||||
void selectionChanged();
|
||||
@@ -75,5 +76,6 @@ class DiagramView : public QGraphicsView {
|
||||
private slots:
|
||||
void flushGarbage();
|
||||
void slot_selectionChanged();
|
||||
void adjustGridToZoom();
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user