Initial skeletal View implementation.

This commit is contained in:
Jim Evins
2013-12-08 00:01:09 -05:00
parent 0ff0021a8d
commit a6ca214a99
7 changed files with 137 additions and 10 deletions
+2
View File
@@ -37,6 +37,7 @@ namespace glabels
rectItem->setBrush( brush );
QPen pen( lineColorNode().color() );
pen.setJoinStyle( Qt::MiterJoin );
pen.setWidthF( lineWidth() );
rectItem->setPen( pen );
@@ -59,6 +60,7 @@ namespace glabels
rectItem->setBrush( brush );
QPen pen( lineColorNode().color() );
pen.setJoinStyle( Qt::MiterJoin );
pen.setWidthF( lineWidth() );
rectItem->setPen( pen );