Not found Enum from QObject derived class
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Hello.
Out:
How can I wrapp enum from QObject derived class in PythonQt?
What wrong with my code?
i686 i686 i686 GNU/Linux
Thanks.
I think this is an ordering problem, try to register the class before adding the decorator.
Thanks, Florian. It is quite so. My code works now.
I think that in 'PythonQt3.0/examples/PyDecoratorsExample' we need to register the classes before adding the decorator too.