An open API service indexing awesome lists of open source software.

https://github.com/chiefenne/gui_drawing_framework

Qt-for-Python (PySide2) Graphics View Framework.
https://github.com/chiefenne/gui_drawing_framework

Last synced: 8 months ago
JSON representation

Qt-for-Python (PySide2) Graphics View Framework.

Awesome Lists containing this project

README

          

# GUI Drawing Framework based on the Qt for Python (PySide2) API.

This Python script contains the main classes and functions needed to write a graphical user interface employing the **Qt for Python** API.

The Qt graphics framework always consits of a scene wich contains some graphics items and a view on the scene (i.e. zoom, pan, etc.). Obviously, there can be more than one scene.
The basic building blocks of such a *Graphics View Framework* are implemented in the script. It can be used as a starting point for new drawing GUIs.