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

Method exportDialog

widgets/ReqTreeView.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72ExportDialog *ReqTreeView::exportDialog(const QModelIndexList &indexes)
73{
74 return new ExportDialog(this,
75 tr("Certificate request export"),
76 tr("Certificate request ( *.pem *.der *.csr )"),
77 indexes, QPixmap(":csrImg"),
78 pki_export::select(x509_req, basemodel->exportFlags(indexes)),
79 "csrexport");
80}

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.70
exportFlagsMethod · 0.45

Tested by

no test coverage detected