set modal; refs #123
This commit is contained in:
@@ -23,6 +23,7 @@ class PinEntry: public QDialog, public Ui::PinEntry {
|
|||||||
Q_OBJECT;
|
Q_OBJECT;
|
||||||
public:
|
public:
|
||||||
PinEntry(const QSslCertificate& cert, QWidget *parent=0): QDialog(parent) {
|
PinEntry(const QSslCertificate& cert, QWidget *parent=0): QDialog(parent) {
|
||||||
|
setModal(true);
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
_cert->certificate(cert);
|
_cert->certificate(cert);
|
||||||
on__showDetails_toggled(false);
|
on__showDetails_toggled(false);
|
||||||
|
Reference in New Issue
Block a user