Skip to content

dbrnz/PythonQtCopy

 
 

Repository files navigation

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/

About

PythonQt fork featuring Qt 5.x and Python 3.x support and improved CMake build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • C 0.1%
  • QMake 0.1%
  • CSS 0.1%
  • CMake 0.0%
  • Shell 0.0%