From 2027919bbd5a3c036a2afbd614e1c534359b7c59 2013-07-30 13:03:04 From: Orochimarufan Date: 2013-07-30 13:03:04 Subject: [PATCH] Add README.md --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..e84bcd5 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +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: + +http://pythonqt.sourceforge.net/ +