MCPcopy Create free account
hub / github.com/chris2511/xca / exportDialog

Method exportDialog

widgets/TempTreeView.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121ExportDialog *TempTreeView::exportDialog(const QModelIndexList &indexes)
122{
123 return new ExportDialog(this,
124 tr("Template export"),
125 tr("XCA Templates ( *.xca )"),
126 indexes, QPixmap(":tempImg"),
127 pki_export::select(tmpl, basemodel->exportFlags(indexes)));
128}

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.70
exportFlagsMethod · 0.45

Tested by

no test coverage detected