Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.19 KB

Qt for Python Workshop

PySide2 logo

Qt for Python is a project which aims to integrate Python as an official alternative language to the Qt framework.

The most important component of this project are the set of bindings that expose the whole Qt/C++ framework to Python, called PySide2.

Screenshot

Objectives

  • Get to know the PySide2 module, and unleash its potential.
  • Provide the necessary insights to allow anyone to write their own UIs.

Technical requirements

  • Python 3.5+
  • Virtualenv (optional)
  • PySide2

You can follow this installation guide to start developing your first PySide2 application.

Content

Additional material