Home
last modified time | relevance | path

Searched refs:m_exportNormalizedSvgAction (Results 1 – 2 of 2) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.h766 QAction *m_exportNormalizedSvgAction; variable
H A Dmainwindow_menu.cpp957 m_exportNormalizedSvgAction = new QAction(tr("Export Normalized SVG"), this); in createPartMenuActions()
958 m_exportNormalizedSvgAction->setStatusTip(tr("Export 1000 dpi SVG of this part in this view")); in createPartMenuActions()
959 connect(m_exportNormalizedSvgAction, SIGNAL(triggered()), this, SLOT(exportNormalizedSVG())); in createPartMenuActions()
3511 menu->addAction(m_exportNormalizedSvgAction); in viewItemMenuAux()