Exemple #1
0
 def __about(self):
     """
     Private slot to show the about information.
     """
     KQMessageBox.about(self, self.trUtf8("TR Previewer"), self.trUtf8(
         """<h3> About TR Previewer </h3>"""
         """<p>The TR Previewer loads and displays Qt User-Interface files"""
         """ and translation files and shows dialogs for a selected language.</p>"""
     ))
Exemple #2
0
 def __about(self):
     """
     Private slot to show the about information.
     """
     KQMessageBox.about(self, self.trUtf8("UI Previewer"), self.trUtf8(
         """<h3> About UI Previewer </h3>"""
         """<p>The UI Previewer loads and displays Qt User-Interface files"""
         """ with various styles, which are selectable via a selection list.</p>"""
     ))
 def __about(self):
     """
     Private slot to show the about information.
     """
     KQMessageBox.about(self, self.trUtf8("SQL Browser"), self.trUtf8(
         """<h3>About SQL Browser</h3>"""
         """<p>The SQL browser window is a little tool to examine """
         """the data and the schema of a database and to execute """
         """queries on a database.</p>"""
     ))