Home
last modified time | relevance | path

Searched refs:m_exportEtchableSvgAct (Results 1 – 4 of 4) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_export.cpp1020 m_exportEtchableSvgAct = new QAction(tr("Etchable (SVG)..."), this); in createExportActions()
1021m_exportEtchableSvgAct->setStatusTip(tr("Export the current sketch to SVG for DIY PCB production (… in createExportActions()
1022 m_exportEtchableSvgAct->setProperty("svg", true); in createExportActions()
1023 connect(m_exportEtchableSvgAct, SIGNAL(triggered()), this, SLOT(exportEtchable())); in createExportActions()
H A Dmainwindow.h740 QAction *m_exportEtchableSvgAct; variable
H A Dmainwindow.cpp1031 actions << m_exportEtchablePdfAct << m_exportEtchableSvgAct << m_exportGerberAct; in createExportEtchableButton()
H A Dmainwindow_menu.cpp1429 productionMenu->addAction(m_exportEtchableSvgAct); in populateExportMenu()