62    const QList<QSslCertificate> certificatesToImport();
 
   65    const QString certFileToImport();
 
   68    const QString certTextToImport();
 
   71    bool allowInvalidCerts();
 
   79    void validateCertificates();
 
   81    void btnImportFile_clicked();
 
   83    void chkAllowInvalid_toggled( 
bool checked );
 
   86    QString getOpenFileName( 
const QString &title, 
const QString &extfilter );
 
   88    QPushButton *okButton();
 
   90    QList<QSslCertificate> mCerts;
 
   94    bool mDisabled = 
false;
 
   95    QVBoxLayout *mAuthNotifyLayout = 
nullptr;
 
   96    QLabel *mAuthNotify = 
nullptr;