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