Make cursor change when hovering over object.

This commit is contained in:
Jim Evins
2015-08-14 15:21:57 -04:00
parent cdbc3a8c9b
commit e5f5ddaf17
11 changed files with 82 additions and 47 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace glabels
////////////////////////////
public:
void draw( QPainter* painter ) const;
QPainterPath path( QPainter* painter ) const;
QPainterPath path( double scale ) const;
////////////////////////////