增加图片预览查看模块

This commit is contained in:
leiyu
2021-05-26 17:39:08 +08:00
parent d47dd763de
commit b12bad7c99
20 changed files with 490 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = imageviewwindow
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
HEADERS += graphicsview.h
HEADERS += graphicspixmap.h
HEADERS += imageviewwindow.h
SOURCES += graphicspixmap.cpp
SOURCES += graphicsview.cpp
SOURCES += imageviewwindow.cpp
SOURCES += main.cpp
FORMS += imageviewwindow.ui
RESOURCES += imageviewwindow.qrc