PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | PythonQt -------- PythonQt is a dynamic Python (http://www.python.org) binding for Qt (http://www.trolltech.com). It offers an easy way to embedd the Python scripting language into your Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt4.x. Licensing --------- PythonQt is distributed under the LGPL license. Documentation ------------- More documentation is available at: http://pythonqt.sourceforge.net/ |