Re: [PyQt] help about help

2009-08-31 Thread Baz Walter
Ana Gomez wrote: Hello everyone! We are trying to use QAssistant to show the help without success. We have implemented a class that looks like ... * from PyQt4 import QtCore, QtGui, QtAssistant class MainWindow(QtGui.QMainWindow, Ui_qto_main_window): def __init__(self):

[PyQt] help about help

2009-08-28 Thread Ana Gomez
Hello everyone! We are trying to use QAssistant to show the help without success. We have implemented a class that looks like ... * from PyQt4 import QtCore, QtGui, QtAssistant class MainWindow(QtGui.QMainWindow, Ui_qto_main_window): def __init__(self): self.qto_assist