Create ViewSection from ViewPart

Property name changes
Touch section when View SymbolSection changes
This commit is contained in:
WandererFan
2016-08-22 11:14:09 -04:00
committed by Yorik van Havre
parent a14bebb1a8
commit ae9f1c5994
22 changed files with 1594 additions and 52 deletions

View File

@@ -61,7 +61,8 @@ QGIFace::QGIFace(int index) :
setFlag(QGraphicsItem::ItemClipsChildrenToShape,true);
//setFiltersChildEvents(true);
m_styleCurrent = Qt::NoPen; //don't draw face lines, just fill
//setStyle(Qt::NoPen); //don't draw face lines, just fill
setStyle(Qt::DashLine);
m_styleNormal = m_styleDef;
m_colNormalFill = m_colDefFill;