Skip to content

Instantly share code, notes, and snippets.

View daveh19's full-sized avatar
🇩🇪
Blah

David Higgins daveh19

🇩🇪
Blah
View GitHub Profile
@daveh19
daveh19 / QImageViewer.py
Created August 14, 2020 12:13 — forked from acbetter/QImageViewer.py
Image Viewer Example by PyQt5 and Python 3
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QImage, QPixmap, QPalette, QPainter
from PyQt5.QtPrintSupport import QPrintDialog, QPrinter
from PyQt5.QtWidgets import QLabel, QSizePolicy, QScrollArea, QMessageBox, QMainWindow, QMenu, QAction, \
qApp, QFileDialog