org.kde.koala
public class KSSLCertBox extends QScrollView
See Also: KSSLInfoDlg
UNKNOWN: KDE SSL Certificate Box.
| Constructor Summary | |
|---|---|
| protected | KSSLCertBox(Class dummy) |
| KSSLCertBox(QWidget parent, String name, int f)
Construct a certificate box | |
| KSSLCertBox(QWidget parent, String name) | |
| KSSLCertBox(QWidget parent) | |
| KSSLCertBox() | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | setValues(String certName, QWidget mailCatcher)
Change the contents of the widget |
| void | setValues(String certName) |
Parameters: parent the parent widget name the internal name of this instance f widget flags for the object
UNKNOWN: Construct a certificate box
Parameters: certName the name ("subject") of the certificate mailCatcher the widget which catches the url open events
UNKNOWN: Change the contents of the widget