Add some colors for basic shapes inside dxf, thanks Gabberworld for this

patch


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5238 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-02-11 16:14:53 +00:00
parent 5b584f3e58
commit fc05a2f2ec
5 changed files with 98 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ class QetShapeItem : public QetGraphicsItem
virtual bool fromXml (const QDomElement &);
virtual QDomElement toXml (QDomDocument &document) const;
virtual bool toDXF (const QString &filepath);
virtual bool toDXF (const QString &filepath,const QPen &pen);
void editProperty() override;
QString name() const override;