Hi. I have found a fix for the passphrase dialog problem. If I replace resize(minimumSize()); by resize(sizeHint()); in PassphraseDlg::promptPassphrase() in , the passphrase dialog gets shown again. /Wolfgang