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