No subject
Thu Mar 8 10:26:06 GMT 2007
and you are trying to add some code to the command button action. As far
as I know (I haven't done this, s. below), you simply add your python
code between the c++ skeletton. pyuic will extract it and produce the
code.
I personally prefer the subclassing approach. I am doing my dialog in
Qt-Designer and subclass it in my Python class. This class implements
the handler methods and any other methods that are necessary.
However, your problem is not an eric3 problem.
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list