90 |
90 |
91 cursor = QCursor(QApplication.overrideCursor()) |
91 cursor = QCursor(QApplication.overrideCursor()) |
92 if cursor is not None: |
92 if cursor is not None: |
93 QApplication.restoreOverrideCursor() |
93 QApplication.restoreOverrideCursor() |
94 parent = isinstance(self, QWidget) and self or None |
94 parent = isinstance(self, QWidget) and self or None |
95 msgBox = E5MessageBox.E5MessageBox(E5MessageBox.Question, |
95 msgBox = E5MessageBox.E5MessageBox( |
|
96 E5MessageBox.Question, |
96 self.trUtf8("Subversion SSL Server Certificate"), |
97 self.trUtf8("Subversion SSL Server Certificate"), |
97 self.trUtf8("""<p>Accept the following SSL certificate?</p>""" |
98 self.trUtf8("""<p>Accept the following SSL certificate?</p>""" |
98 """<table>""" |
99 """<table>""" |
99 """<tr><td>Realm:</td><td>{0}</td></tr>""" |
100 """<tr><td>Realm:</td><td>{0}</td></tr>""" |
100 """<tr><td>Hostname:</td><td>{1}</td></tr>""" |
101 """<tr><td>Hostname:</td><td>{1}</td></tr>""" |