Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yjg30737/pyqt-single-image-graphics-view

PyQt one image only QGraphicsView
https://github.com/yjg30737/pyqt-single-image-graphics-view

pyqt pyqt-examples pyqt5 pyqt5-examples pyqt5-tutorial python python3 python37 qgraphicsitem qgraphicsscene qgraphicsview qpixmap qt

Last synced: 16 days ago
JSON representation

PyQt one image only QGraphicsView

Awesome Lists containing this project

README

        

# pyqt-single-image-graphics-view
PyQt one image only QGraphicsView

## Requirements
* PyQt5 >= 5.8

## Setup
`python -m pip install pyqt-single-image-graphics-view`

## Method Overview
* `setFilename(filename: str)`
* `setPixmap(p: QPixmap)`
* `setAspectRatioMode(mode)`

## See Also
* pyqt-fitting-graphics-view