Re: [PyQt] I created a demo how to embed PyQt into C++ with some meta programming

2011-08-15 Thread zhang jian
Nice documentation! I did some experiment on the hybrid app here . The code is quite a mess, and Python to C++ extension is by SIP. I have no idea about meta programming so far. Will check your example when I have time. Thanks, zhan

Re: [PyQt] I created a demo how to embed PyQt into C++ with some meta programming

2011-08-15 Thread Phil Thompson
On Mon, 15 Aug 2011 11:28:04 +0200, Marcus Lindblom Sonestedt wrote: > Henning Schröder skrev 2011-08-10 20:55: >> Hello, >> please see http://www.henning-schroeder.de/embeddedpyqt/ if you are >> interested in this topic. >> The idea was to create easy access between Python and C++ and >> providin

Re: [PyQt] I created a demo how to embed PyQt into C++ with some meta programming

2011-08-15 Thread Marcus Lindblom Sonestedt
Henning Schröder skrev 2011-08-10 20:55: Hello, please see http://www.henning-schroeder.de/embeddedpyqt/ if you are interested in this topic. The idea was to create easy access between Python and C++ and providing a simple api to the end user. Feedback welcome. Regards Henning Neat! I'll defini