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

Method KeyTreeView

widgets/KeyTreeView.h:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 public:
25 KeyTreeView(QWidget *parent) : XcaTreeView(parent)
26 {
27 ClipboardSettings = "KeyFormat";
28 ClipboardPki_type = asym_key;
29 }
30 void fillContextMenu(QMenu *menu, QMenu *subExport,
31 const QModelIndex &index, QModelIndexList indexes);
32 void showPki(pki_base *pki);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected