PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
File | Date | Author | Commit |
---|---|---|---|
build | 2010-03-20 | florianlink | [r174] updated infos to 2.6 |
doxygen | 2012-06-25 | florianlink | [r227] updated doxygen |
examples | 2010-05-29 | florianlink | [r193] fixed example for 2.0 API |
extensions | 2010-03-16 | florianlink | [r170] updated old license information and current date |
generated_cpp | 2012-06-25 | florianlink | [r226] updated to Qt 4.8 wrappers |
generator | 2012-04-30 | florianlink | [r218] removed non-working py_hasOwner support |
src | 2012-06-25 | florianlink | [r228] updated doxygen |
tests | 2012-04-10 | florianlink | [r210] fixed to compile with changed API |
CMakeLists.txt | 2012-05-18 | florianlink | [r221] added additional file |
COPYING | 2008-08-28 | ezust | [r32] reorganized SVN tree into branches, tags and trunk |
PythonQt.pro | 2009-04-09 | florianlink | [r47] - removed phonon temporarily |
README | 2010-03-09 | florianlink | [r158] updated docs |
createSolution.bat | 2009-04-09 | florianlink | [r47] - removed phonon temporarily |
PythonQt -------- PythonQt is a dynamic Python (http://www.python.org) binding for Qt (http://qt.nokia.com). It offers an easy way to embed the Python scripting language into your Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt4.x. Licensing of PythonQt --------------------- PythonQt is distributed under the LGPL 2.1 license. Licensing of Generator ---------------------- The build system of PythonQt makes use of a patched version of the LGPL'ed QtScript generator, located in the "generator" directory. See the LICENSE.LGPL file in the generator subdirectory for details. Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies) See http://qt.gitorious.org/qt-labs/qtscriptgenerator for the original project. The PythonQt wrappers generated by the generator are distributed under the LGPL as well. The generated wrappers are pre-generated and checked-in for Qt 4.6.1, so you only need to build and run the generator when you want to build additional wrappers or you want to upgrade/downgrade to another Qt version, but this requires updating the typesystems as well. Documentation ------------- More documentation is available at: http://pythonqt.sourceforge.net/