Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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```