2010/11/19 John Fabiani <[email protected]> > Hi, > Here's my story. I am a python programmer and I'm trying to leverage my > experience with python. All of my GUI experience has been with wxPython. > Therefore, I know little to nothing about QT. And not a lot about C++. > > I want to be able to create my forms/dialogs/frames (or whatever you folks > call them) using PySide and somehow integrate into an existing program > written > in C++ QT (the program in question is a xTuple and source is available). > > It's my understanding that it is possible. So my questions are: > > 1. Is it a good idea? > 2. What should I be learning? > 3. What are the steps to integration (in general terms). > 4. Will the performance match the C++ (talking GUI here not just math > problems). > > I realize I'm asking for opinion here - but what better place to ask than > you > guys. > > Johnf > > John,
I am myself working in the direction of embedding PySide in C++ and queried this list about one month ago: http://lists.openbossa.org/pipermail/pyside/2010-October/001149.html I have also found the following text very inspiring, although it handles Python in general: http://pkaudio.blogspot.com/2008/11/notes-for-embedding-python-in-your-cc.html Best Regards, Stefan Larsson
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
