Hi,

On Mon, Aug 29, 2011 at 9:35 AM, Hugo Parente Lima
<[email protected]> wrote:
>> 1: The file dialog created by clicking "load model" is very broken.
>> 2: I can't figure out where to import QFutureWatcher from so background
>> loading doesn't work.
>
> QFutureWatcher depends on QFuture, QFuture is heavily based on C++ templates,
> so Python bindings for it will have many limitations comparing to the C++
> version. in other words: PySide doesn't support QFuture* classes.

Just a generic comment/question: I suppose that even though these
QFuture* classes are not supported in PySide, it is mostly possible to
implement the same behavior directly in Python, assuming someone can
understand what these templates do at compile-time, and do the same
thing in run-time. Right?

Regards,
-- 
Anderson Lizardo
Instituto Nokia de Tecnologia - INdT
Manaus - Brazil
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to