Skip to content

Files

Latest commit

 

History

History
24 lines (19 loc) · 827 Bytes

index.rst

File metadata and controls

24 lines (19 loc) · 827 Bytes

Python Qt tutorial

This is a short tutorial on using Qt from Python. There are two main versions of Qt in use (Qt4 and Qt5) and several Python libraries to use Qt from Python (PyQt and PySide), but rather than picking one of these, this tutorial makes use of the QtPy package which provides a way to use whatever Python Qt package is available.

This is not meant to be a completely exhaustive tutorial but just a place to start if you've never done Qt development before, and it will be expanded over time.

.. toctree::
   :maxdepth: 1

   installing
   1.hello
   2.button
   3.layout
   4.updating_gui

If you are interested in helping maintain these pages and/or add new pages, head over to the GitHub repository!