Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-single-image-graphics-view
- Owner: yjg30737
- License: mit
- Created: 2022-02-22T04:41:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T00:25:55.000Z (over 2 years ago)
- Last Synced: 2024-04-26T12:02:03.836Z (8 months ago)
- Topics: pyqt, pyqt-examples, pyqt5, pyqt5-examples, pyqt5-tutorial, python, python3, python37, qgraphicsitem, qgraphicsscene, qgraphicsview, qpixmap, qt
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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