##// END OF EJS Templates
Show More
Commit message Age Author Refs
r12:17486c75e366
Added generator to install targets and removed examples from build.
0
r11:b89840e63daa
Updated to latest PythonQt revision
0
r10:e0cdd9b77501
Improved RPM build.
Jeandet Alexis
0
r9:2b3d939ebb38
Updated build scripts, now everything builds.
Jeandet Alexis
0
r8:7250c4578e1b
Cleaned build scripts.
Jeandet Alexis
0
r7:f6dfc217ca2f
Fixed install issue.
0
r6:70816373a99c 0
r5:0ffe7cbccf2e
Fixed build error.
0
r4:46ebf6773c1c
Sync
0
r3:9a23b5d8fd9b
Ugly Qt5.2 fix.
0
< 1 2 >

PythonQt

This is a fork of http://pythonqt.sourceforge.net

Summary

PythonQt is a library to embed Python in Qt applications and extend their functionality through Python scripts.

The core library uses Qt's QMetaObject system to convert data between Qt/C++ and Python.

The QtAll extension provides wrappers of most Qt classes to be used in Python, similar to PyQt and PySide.

Links

License

PythonQt is distributed under the GNU LGPL 2.1 license.

The QtScriptGenerator is distributed under the same terms.

See LICENSE.LGPL

Generator

Pre-generated bindings are provided in the generated_cpp(_Qt Version) folder, they only have to be regenerated when up-/downgrading the Qt version or otherwise changing the typesystems.

Documentation

Documentation can be found at the original Project's SF.net page:

http://pythonqt.sourceforge.net/