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