[Qt-interest] Best way to make a GUI for a set of python scripts
Rohan Prabhu
rohan at rohanprabhu.com
Sat Jan 23 05:32:21 CET 2010
Hey all,
There are a set of python scripts that perform a certain functionality,
which as such are console based. I want to make a GUI for the python
scripts. All the scripts can be executed and the whole functionality can be
achieved purely with the console command line. In that case, how do I
implement a GUI for the python scripts? Currently, I am faced with two
options (or three?):
1. Using QProcess to run the python interpretor and getting the output and
making it work.
2. Using QtPython to run the scripts internally, although I believe it is
kind of an overkill.
3. Using PyQt to design the GUI, but then Python is something I dont have
much of a comfort level with and experience.
I would most probably prefer a complete C++/Qt solution, but I need a
consult on as to what the most elegant solution would be.
Thanks,
rohan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100123/dd119beb/attachment.html
More information about the Qt-interest-old
mailing list