Added object creation mode (box only) to view.

This commit is contained in:
Jim Evins
2015-08-15 19:40:52 -04:00
parent 95f5ee5e76
commit 6e69991a15
15 changed files with 390 additions and 123 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ namespace glabels
mHandles << new HandleSouthWest( this );
mHandles << new HandleWest( this );
/* TODO: initialize default line and fill poperties. */
mLineWidth = 1.0;
mLineColorNode = ColorNode( QColor( 0, 0, 0 ) );
mFillColorNode = ColorNode( QColor( 0, 255, 0 ) );
}