Metadata-Version: 2.1
Name: pyqt-fitting-graphics-view
Version: 0.0.12
Summary: PyQt QGraphicsView which always fit the aspect ratio mode as Qt.KeepAspectRatio
Home-page: https://github.com/yjg30737/pyqt-fitting-graphics-view.git
Author: Jung Gyu Yoon
Author-email: yjg30737@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE


# 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

* <a href="https://github.com/yjg30737/pyqt-single-image-graphics-view.git">pyqt-single-image-graphics-view</a> - For inheriting class ```SingleImageGraphicsView```



