SqlBrowser/SqlBrowser.py

changeset 545
1538031b5175
parent 539
87f9bce38a44
child 564
b3d966393ba9
equal deleted inserted replaced
544:303e2c8fd00e 545:1538031b5175
163 163
164 def __about(self): 164 def __about(self):
165 """ 165 """
166 Private slot to show the about information. 166 Private slot to show the about information.
167 """ 167 """
168 QMessageBox.about(self, self.trUtf8("SQL Browser"), self.trUtf8( 168 E5MessageBox.about(self, self.trUtf8("SQL Browser"), self.trUtf8(
169 """<h3>About SQL Browser</h3>""" 169 """<h3>About SQL Browser</h3>"""
170 """<p>The SQL browser window is a little tool to examine """ 170 """<p>The SQL browser window is a little tool to examine """
171 """the data and the schema of a database and to execute """ 171 """the data and the schema of a database and to execute """
172 """queries on a database.</p>""" 172 """queries on a database.</p>"""
173 )) 173 ))
174 174
175 def __aboutQt(self): 175 def __aboutQt(self):
176 """ 176 """
177 Private slot to show info about Qt. 177 Private slot to show info about Qt.
178 """ 178 """
179 QMessageBox.aboutQt(self, self.trUtf8("SQL Browser")) 179 E5MessageBox.aboutQt(self, self.trUtf8("SQL Browser"))

eric ide

mercurial