https://github.com/yjg30737/pyqt-fitting-graphics-view
PyQt QGraphicsView which always fit the aspect ratio mode as Qt.KeepAspectRatio
https://github.com/yjg30737/pyqt-fitting-graphics-view
pyqt pyqt-examples pyqt5 pyqt5-examples pyqt5-tutorial python python3 python37 qevent qgraphicsitem qgraphicsscene qgraphicsview qresizeevent qt
Last synced: 3 months ago
JSON representation
PyQt QGraphicsView which always fit the aspect ratio mode as Qt.KeepAspectRatio
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-fitting-graphics-view
- Owner: yjg30737
- License: mit
- Created: 2022-02-22T04:47:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T10:15:37.000Z (about 3 years ago)
- Last Synced: 2025-02-18T05:17:23.634Z (3 months ago)
- Topics: pyqt, pyqt-examples, pyqt5, pyqt5-examples, pyqt5-tutorial, python, python3, python37, qevent, qgraphicsitem, qgraphicsscene, qgraphicsview, qresizeevent, qt
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-fitting-graphics-view
PyQt QGraphicsView which always fit the aspect ratio mode as `Qt.KeepAspectRatio`## Requirements
* PyQt5 >= 5.8## Setup
`python -m pip install pyqt-fitting-graphics-view`## Included Package
* pyqt-single-image-graphics-view - For inheriting class ```SingleImageGraphicsView```