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

Method RevocationList

widgets/RevocationList.cpp:98–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98RevocationList::RevocationList(QWidget *w)
99 : QDialog(w && w->isVisible() ? w : nullptr)
100{
101 QPushButton *genCrl;
102 setupUi(this);
103 setWindowTitle(XCA_TITLE);
104 image->setPixmap(QPixmap(":revImg"));
105 mainwin->helpdlg->register_ctxhelp_button(this, "crlmanage");
106
107 genCrl = buttonBox->addButton(tr("Generate CRL"),
108 QDialogButtonBox::ActionRole);
109
110 connect(genCrl, SIGNAL(clicked()), this, SLOT(gencrl()));
111}
112
113void RevocationList::gencrl()
114{

Callers

nothing calls this directly

Calls 4

isVisibleMethod · 0.80
addButtonMethod · 0.80
QPixmapClass · 0.70

Tested by

no test coverage detected