Custom qrcode renderer to allow smooth resizing

This commit is contained in:
Aditya Kulkarni
2018-10-30 16:04:26 -07:00
parent 489bb4ae5f
commit 75e755707c
5 changed files with 96 additions and 39 deletions

View File

@@ -51,7 +51,8 @@ SOURCES += \
src/senttxstore.cpp \
src/txtablemodel.cpp \
src/turnstile.cpp \
src/utils.cpp
src/utils.cpp \
src/qrcodelabel.cpp
HEADERS += \
src/mainwindow.h \
@@ -67,7 +68,8 @@ HEADERS += \
src/txtablemodel.h \
src/senttxstore.h \
src/turnstile.h \
src/utils.h
src/utils.h \
src/qrcodelabel.h
FORMS += \
src/mainwindow.ui \