Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux

This commit is contained in:
Felix Kauselmann
2018-05-25 18:48:43 +02:00
parent 663795d015
commit 02eda8eeb5
8 changed files with 24 additions and 26 deletions

View File

@ -262,7 +262,7 @@ TRANSLATIONS = yacreaderlibrary_es.ts \
yacreaderlibrary_source.ts
#QML/GridView
QT += quick qml
QT += quick qml quickwidgets
HEADERS += grid_comics_view.h \
comics_view_transition.h