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.
- Host: GitHub
- URL: https://github.com/chiefenne/pyside6-gui-template
- Owner: chiefenne
- License: mit
- Created: 2024-12-14T10:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T10:37:35.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:16:12.374Z (about 1 year ago)
- Topics: framework, gui, python, qt, qt6
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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