View Single Post
lostinmirkwood's Avatar
Posts: 128 | Thanked: 232 times | Joined on Sep 2009 @ New Jersey, USA
#9
Originally Posted by attila77 View Post
If you're certain the problem is Python, consider using SIP (PyQt's binding generator) for hybrid development.
Ok, i'll have to look into that, Seems quite useful.
Currently, I'm writing a portion in just Qt (C++) and them am going to profile both the Qt and the PyQt to see the timing differences. and possibly as you mentioned use SIP. and Import these certain filter classes into my PyQt project.