64 const QList<QSslCertificate> certificatesToImport();
67 const QString certFileToImport();
70 const QString certTextToImport();
73 bool allowInvalidCerts();
81 void validateCertificates();
83 void btnImportFile_clicked();
85 void chkAllowInvalid_toggled(
bool checked );
88 QString getOpenFileName(
const QString &title,
const QString &extfilter );
90 QPushButton *okButton();
92 QList<QSslCertificate> mCerts;
96 bool mDisabled =
false;
97 QVBoxLayout *mAuthNotifyLayout =
nullptr;
98 QLabel *mAuthNotify =
nullptr;