Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_export.cpp84 static QString svgActionType = ".svg"; variable
130 …OtherKnownExtensions << jpgActionType << pdfActionType << pngActionType << svgActionType << bomAct… in initNames()
140 fileExtFormats[svgActionType] = tr("SVG Image (*.svg)"); in initNames()
214 …ing extFmt = (wantPDF) ? fileExtFormats.value(pdfActionType) : fileExtFormats.value(svgActionType); in exportEtchable()
217 QString suffix = (wantPDF) ? pdfActionType : svgActionType; in exportEtchable()
528 if (actionType.compare(svgActionType) == 0) { in doExport()
986 m_exportSvgAct->setData(svgActionType); in createExportActions()
1105 path+"/"+constructFileName("", svgActionType), in exportSvg()
1106 fileExtFormats[svgActionType], in exportSvg()