Commit message | Age | Author | Refs | |||
---|---|---|---|---|---|---|
r214:10ef09a17283
|
|
Orochimarufan
|
1 | |||
r213:89db53e7cd3e
|
|
Orochimarufan
|
0 | |||
r212:00d0962ac01d
|
|
Orochimarufan
|
0 | |||
r211:6242b5a89014
|
|
Orochimarufan
|
0 | |||
r210:d5ac67324004
|
|
Orochimarufan
|
0 | |||
r209:2027919bbd5a
|
|
Orochimarufan
|
0 | |||
r208:1476f2d2cf46
|
|
Orochimarufan
|
0 | |||
r207:99eb8a233276
|
|
Orochimarufan
|
0 | |||
r206:316b4928f53f
|
|
Orochimarufan
|
0 | |||
r205:706df4355685
|
|
Orochimarufan
|
0 |
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
- The wrapper generator is based off of http://qt.gitorious.org/qt-labs/qtscriptgenerator
- Qt: http://qt-project.org/
- Python: http://python.org/
- PyQt: http://riverbankcomputing.co.uk/
- PySide: http://pyside.org/
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: