Beispiel #1
0
    def showQtAbout(self):
        """ Function to show About Box
		"""
        QMessageBox.aboutQt(self.aboutQtButton, "About PySide")
Beispiel #2
0
 def on_action_about_qt_triggered(self):
     """Displays a dialog with information about Qt."""
     QMessageBox.aboutQt(self)
Beispiel #3
0
 def on_about_qt_btn_clicked(self):
     """ The `About Qt` button is pressed
     """
     # noinspection PyCallByClass
     QMessageBox.aboutQt(self, title=_("About Qt"))
Beispiel #4
0
 def showQtAbout(self):
     """ Function to set Qt Button
     """
     QMessageBox.aboutQt(self.aboutQtButton)
Beispiel #5
0
 def _actionAboutQt(self):
     QMessageBox.aboutQt(self)
Beispiel #6
0
 def showAboutQT(self):
     QMessageBox.aboutQt(self.aboutQTButton, "About QT")
Beispiel #7
0
	def showQtAbout(self):
		""" Function to show About Box
		"""
		QMessageBox.aboutQt(self.aboutQtButton, "About PySide")
Beispiel #8
0
 def aboutQt(self):
     QMessageBox.aboutQt(self, title="Qt Version")
 def about_box_qt(self):
     QMessageBox.aboutQt(self, "About Qt")