##// END OF EJS Templates
syncing with my current work, updating to 1.2, see changelog...
syncing with my current work, updating to 1.2, see changelog git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@46 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r10:21d959e02207
Show More
README
30 lines | 1.1 KiB | text/plain | TextLexer
ezust
reorganized SVN tree into branches, tags and trunk...
r0 PythonQt
--------
PythonQt is a dynamic Python (http://www.python.org) binding for Qt (http://www.trolltech.com).
ezust
- Added CHANGELOG...
r2 It offers an easy way to embed the Python scripting language into
ezust
reorganized SVN tree into branches, tags and trunk...
r0 your Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt4.x.
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 Licensing of PythonQt
---------------------
ezust
reorganized SVN tree into branches, tags and trunk...
r0 PythonQt is distributed under the LGPL license.
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 Licensing of Generator
----------------------
The build system of PythonQt makes use of a patched version of the GPL'ed QtScript generator,
located in the "generator" directory.
See http://labs.trolltech.com/page/Projects/QtScript/Generator for details of the original project.
The PythonQt wrappers generated by the generator are distributed under the LGPL, they are not restriced by the GPL.
The generated wrappers are pre-generated and checked-in for Qt 4.5, so you only need to build and run the
generator when you want to build additional wrappers or you want to upgrade/downgrade to an newer Qt version.
ezust
reorganized SVN tree into branches, tags and trunk...
r0 Documentation
-------------
More documentation is available at:
http://pythonqt.sourceforge.net/