On Wednesday 12 January 2011 18:07:00 Geordan Rosario wrote: > Hi, > > Is there any support (or plans to support) QtConcurrent? The documentation > doesn't appear to show any of the functions available in the QtConcurrent > namespace, and they're not importable.
A binding for QtConcurrent would be useless for Python due to the inability of Python interpreter to run two python lines of code at once, besides the fact QtConcurrent uses a lot of C++ templates to achieve they goals which makes some QtConcurrent features impossible or very hard to implement in a binding for a dynamic language such Python. > > Thanks, > -geordan -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
