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