By default internal paths should be in draw mode.
--HG-- branch : feature
This commit is contained in:
parent
9ae393a462
commit
45f860e9b3
|
@ -45,7 +45,7 @@ public:
|
||||||
VLayoutPiecePathData()
|
VLayoutPiecePathData()
|
||||||
: m_points(),
|
: m_points(),
|
||||||
m_penStyle(Qt::SolidLine),
|
m_penStyle(Qt::SolidLine),
|
||||||
m_cut(true)
|
m_cut(false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
VLayoutPiecePathData(const QVector<QPointF> points, bool cut, Qt::PenStyle penStyle)
|
VLayoutPiecePathData(const QVector<QPointF> points, bool cut, Qt::PenStyle penStyle)
|
||||||
|
|
|
@ -47,7 +47,7 @@ public:
|
||||||
m_type(PiecePathType::Unknown),
|
m_type(PiecePathType::Unknown),
|
||||||
m_name(),
|
m_name(),
|
||||||
m_penType(Qt::SolidLine),
|
m_penType(Qt::SolidLine),
|
||||||
m_cut(true)
|
m_cut(false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
explicit VPiecePathData(PiecePathType type)
|
explicit VPiecePathData(PiecePathType type)
|
||||||
|
@ -55,7 +55,7 @@ public:
|
||||||
m_type(type),
|
m_type(type),
|
||||||
m_name(),
|
m_name(),
|
||||||
m_penType(Qt::SolidLine),
|
m_penType(Qt::SolidLine),
|
||||||
m_cut(true)
|
m_cut(false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
VPiecePathData(const VPiecePathData &path)
|
VPiecePathData(const VPiecePathData &path)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user