@@ -0,0 +1,49 | |||
|
1 | PythonQt | |
|
2 | ======== | |
|
3 | ||
|
4 | This is a fork of http://pythonqt.sourceforge.net | |
|
5 | ||
|
6 | Summary | |
|
7 | ------- | |
|
8 | ||
|
9 | PythonQt is a library to embed Python in Qt applications and | |
|
10 | extend their functionality through Python scripts. | |
|
11 | ||
|
12 | The core library uses Qt's QMetaObject system to | |
|
13 | convert data between Qt/C++ and Python. | |
|
14 | ||
|
15 | The QtAll extension provides wrappers of most Qt classes | |
|
16 | to be used in Python, similar to PyQt and PySide. | |
|
17 | ||
|
18 | Links | |
|
19 | ----- | |
|
20 | ||
|
21 | - The wrapper generator is based off of http://qt.gitorious.org/qt-labs/qtscriptgenerator | |
|
22 | - Qt: http://qt-project.org/ | |
|
23 | - Python: http://python.org/ | |
|
24 | - PyQt: http://riverbankcomputing.co.uk/ | |
|
25 | - PySide: http://pyside.org/ | |
|
26 | ||
|
27 | License | |
|
28 | ------- | |
|
29 | ||
|
30 | PythonQt is distributed under the GNU LGPL 2.1 license. | |
|
31 | ||
|
32 | The QtScriptGenerator is distributed under the same terms. | |
|
33 | ||
|
34 | See LICENSE.LGPL | |
|
35 | ||
|
36 | Generator | |
|
37 | --------- | |
|
38 | ||
|
39 | Pre-generated bindings are provided in the generated\_cpp(\_Qt Version) folder, | |
|
40 | they only have to be regenerated when up-/downgrading the | |
|
41 | Qt version or otherwise changing the typesystems. | |
|
42 | ||
|
43 | Documentation | |
|
44 | ------------- | |
|
45 | ||
|
46 | Documentation can be found at the original Project's SF.net page: | |
|
47 | ||
|
48 | http://pythonqt.sourceforge.net/ | |
|
49 |
General Comments 0
You need to be logged in to leave comments.
Login now