Hatch using svgItem

This commit is contained in:
WandererFan
2016-06-13 19:36:52 -04:00
committed by wmayer
parent ba71e074ce
commit 731f76f52d
11 changed files with 112 additions and 40 deletions

View File

@@ -103,6 +103,7 @@ MDIViewPage::MDIViewPage(ViewProviderPage *pageVp, Gui::Document* doc, QWidget*
m_exportSVGAction = new QAction(tr("&Export SVG"), this);
connect(m_exportSVGAction, SIGNAL(triggered()), this, SLOT(saveSVG()));
//m_outlineAction is obs? never set to Enabled?
m_outlineAction = new QAction(tr("&Outline"), this);
m_outlineAction->setEnabled(false);
m_outlineAction->setCheckable(true);