Example #1
0
 def ayuda(self):
     """Show help file"""
     Dialog = HelpView(self.windowTitle(), QtCore.QUrl(self.helpFile))
     Dialog.exec_()
Example #2
0
 def ayuda(self):
     """Show help page"""
     Dialog = HelpView(self.windowTitle(), QtCore.QUrl(self.Equipment.help))
     Dialog.exec_()
Example #3
0
 def ayuda(self):
     """Show help page"""
     Dialog = HelpView(self.windowTitle(), QtCore.QUrl(self.Equipment.help))
     Dialog.exec_()
Example #4
0
 def ayuda(self):
     """Show help file"""
     Dialog = HelpView(self.windowTitle(), QtCore.QUrl(self.helpFile))
     Dialog.exec_()