##// END OF EJS Templates
Show More
Commit message Age Author Refs
r214:10ef09a17283
fix PythonQt*Config.cmake _again_
Orochimarufan
1
r213:89db53e7cd3e
More PythonQt*Config.cmake fixes
Orochimarufan
0
r212:00d0962ac01d
Fix PythonQt*Config*.cmake
Orochimarufan
0
r211:6242b5a89014
Add PythonQt*Config.cmake
Orochimarufan
0
r210:d5ac67324004
Modify typesystems to #ifdef PyString
Orochimarufan
0
r209:2027919bbd5a
Add README.md
Orochimarufan
0
r208:1476f2d2cf46
Now Works with Python 2 & 3, Qt 4 & 5. CMake now generates different librariy files depending on the linked Qt/Python versions: PythonQt - Qt 4.x + Python 2.x PythonQt_3 - Qt 4.x + Python 3.x PythonQt5 - Qt 5.x + Python 2.x PythonQt5_3 - Qt 5.x + Python 3.x Fix Qt 4 build.
Orochimarufan
0
r207:99eb8a233276
Fix __getattr__ problems.
Orochimarufan
0
r206:316b4928f53f
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken
Orochimarufan
0
r205:706df4355685
Redo CMake build system, get Qt5 support Qt5 support as discussed here: 3fbe">http://sourceforge.net/p/pythonqt/discussion/631392/thread/5f20c176/3fbe
Orochimarufan
0
< 1 2 3 4 5 6 7 .. 22 >

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/