Skip to content

cmaureir/qtforpython_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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