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

https://github.com/chiefenne/pyside6-gui-template

Main classes and functions needed to write a graphical user interface employing the Qt for Python API.
https://github.com/chiefenne/pyside6-gui-template

framework gui python qt qt6

Last synced: about 1 year ago
JSON representation

Main classes and functions needed to write a graphical user interface employing the Qt for Python API.

Awesome Lists containing this project

README

          

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

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 of the scene (i.e. zoom, pan, etc.). There can be more than one scene.
The basic building blocks of such a *Graphics View Framework* are implemented.

It can be used as a starting point for new GUIs which include drawing.

Dockable windows are implemented to show this add on functionality.

## License

Distributed under the MIT license. See [LICENSE](https://github.com/chiefenne/PYSIDE6_Template/blob/main/LICENSE) for more information.

2024 Andreas Ennemoser – andreas.ennemoser@aon.at