PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
File | Date | Author | Commit |
---|---|---|---|
build | 2006-11-28 | florianlink | [r3] added missing build files |
doxygen | 2006-11-15 | florianlink | [r2] fixed src path |
examples | 2006-11-15 | florianlink | [r1] added initial revision |
src | 2007-01-29 | florianlink | [r4] - added support for PyObject as slot argument a... |
tests | 2006-11-15 | florianlink | [r1] added initial revision |
COPYING | 2006-11-15 | florianlink | [r1] added initial revision |
PythonQt.bat | 2006-11-15 | florianlink | [r1] added initial revision |
PythonQt.dsw | 2006-11-15 | florianlink | [r1] added initial revision |
PythonQt.pro | 2006-11-15 | florianlink | [r1] added initial revision |
README | 2006-11-15 | florianlink | [r1] added initial revision |
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/