Last change
on this file since 184 was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
419 bytes
|
Line | |
---|
1 | #ifndef SSLCERTDLG_H
|
---|
2 | #define SSLCERTDLG_H
|
---|
3 |
|
---|
4 | #include"ui_sslcert.h"
|
---|
5 | #include<qvaluelist.h>
|
---|
6 | #include<qca.h>
|
---|
7 |
|
---|
8 | class SSLCertDlg : public SSLCertUI
|
---|
9 | {
|
---|
10 | Q_OBJECT
|
---|
11 | public:
|
---|
12 | SSLCertDlg(QWidget *parent=0, const char *name=0);
|
---|
13 |
|
---|
14 | void setCert(const QCA::Cert &, int result);
|
---|
15 |
|
---|
16 | static void showCert(const QCA::Cert &, int result);
|
---|
17 |
|
---|
18 | private:
|
---|
19 | QString makePropTable(const QString &heading, const QCA::CertProperties &props);
|
---|
20 | };
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.