Skip to content

Instantly share code, notes, and snippets.

View ce-dric's full-sized avatar
🎯
Focusing

Changwoo Song ce-dric

🎯
Focusing
View GitHub Profile
@ce-dric
ce-dric / QImageViewSync.py
Created October 7, 2020 03:37 — forked from acbetter/QImageViewSync.py
Two Image Synchronous Scrolling in the window 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, QWidget, QHBoxLayout