Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T10:15:37.000Z (over 2 years ago)
- Last Synced: 2024-10-19T02:15:54.792Z (2 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```