Working Face selection

This commit is contained in:
WandererFan
2016-06-07 13:04:38 -04:00
committed by wmayer
parent f11e8ffa10
commit 6cec1df189
21 changed files with 252 additions and 135 deletions

View File

@@ -47,6 +47,9 @@ using namespace TechDrawGui;
QGCustomLabel::QGCustomLabel()
{
setCacheMode(QGraphicsItem::NoCache);
setAcceptHoverEvents(false);
setFlag(QGraphicsItem::ItemIsSelectable, false);
setFlag(QGraphicsItem::ItemIsMovable, false);
}
void QGCustomLabel::centerAt(QPointF centerPos)