Added simple pointer tracking signals.

This commit is contained in:
Jim Evins
2013-12-08 23:43:05 -05:00
parent 0a6d41bd7e
commit dc8cc35d51
3 changed files with 52 additions and 3 deletions
+2 -2
View File
@@ -513,8 +513,8 @@ namespace glabels
updateCursorInfo();
connect( view, SIGNAL(zoomChanged()), this, SLOT(updateZoomInfo()) );
/* TODO: connect cursor signals to appropriate slots. */
connect( view, SIGNAL(pointerMoved(double, double)), this, SLOT(updateCursorInfo(double, double)) );
connect( view, SIGNAL(pointerExited()), this, SLOT(updateCursorInfo()) );
}