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