Re: [PyQt] c++ app integrate PyQt

2013-09-30 Thread Matt Newell
On Monday, September 30, 2013 04:51:24 PM John Fabiani wrote: > Hi, > I have an existing Qt C++ app (Qt5.1.1). Is it possible to integrate > PyQt into the project. I'd like the PyQt to have access to some of the > C++ functions, C++ classes, but I want to write frames,windows, all the > controls

[PyQt] c++ app integrate PyQt

2013-09-30 Thread John Fabiani
Hi, I have an existing Qt C++ app (Qt5.1.1). Is it possible to integrate PyQt into the project. I'd like the PyQt to have access to some of the C++ functions, C++ classes, but I want to write frames,windows, all the controls in PyQt including accessing the database. Most important I want on