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

Method exportDialog

widgets/CertTreeView.cpp:263–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263ExportDialog *CertTreeView::exportDialog(const QModelIndexList &indexes)
264{
265 return new ExportDialog(this,
266 tr("Certificate export"),
267 tr("X509 Certificates ( *.pem *.cer *.crt *.p12 *.pfx *.p7b )") + ";;"+
268 tr("vCalendar entry ( *.ics )") + ";;" +
269 tr("OpenVPN file ( *.ovpn )") + ";;" +
270 tr("OpenVPN tls-auth key ( *.key )"), indexes, QPixmap(":certImg"),
271 pki_export::select(x509, basemodel->exportFlags(indexes)),
272 "certexport");
273}
274
275void CertTreeView::toggleHideExpired(bool hide)
276{

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.70
exportFlagsMethod · 0.45

Tested by

no test coverage detected