62 #ifndef QGSAUTHSSLIMPORTDIALOG_H 63 #define QGSAUTHSSLIMPORTDIALOG_H 65 #include "ui_qgsauthsslimportdialog.h" 68 #include <QAbstractSocket> 95 void updateEnabledState();
97 void socketStateChanged( QAbstractSocket::SocketState state );
98 void socketConnected();
99 void socketDisconnected();
100 void socketEncrypted();
101 void socketError( QAbstractSocket::SocketError err );
102 void socketReadyRead();
103 void destroySocket();
105 void showCertificateInfo();
107 void widgetReadyToSaveChanged(
bool cansave );
110 void radioServerImportToggled(
bool checked );
111 void radioFileImportToggled(
bool checked );
113 void on_btnCertPath_clicked();
114 void clearCertificateConfig();
115 void clearStatusCertificateConfig();
118 void loadCertFromFile();
120 void appendString(
const QString &line );
127 bool mExecErrorsDialog;
136 #endif // QGSAUTHSSLIMPORTDIALOG_H
Widget for importing an SSL server certificate exception into the authentication database.