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.
- Host: GitHub
- URL: https://github.com/chiefenne/gui_drawing_framework
- Owner: chiefenne
- License: mit
- Created: 2018-08-25T16:55:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T21:49:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T05:41:17.982Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- 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 (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.