Scale all QML elements according to the current display size
This commit is contained in:
parent
9e7a55fc20
commit
bcdf3d94f2
15 changed files with 278 additions and 109 deletions
|
|
@ -6,6 +6,7 @@ LIBS +=
|
|||
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-files
|
||||
SOURCES += main.cpp \
|
||||
controllers/MusicPlayer.cpp \
|
||||
controllers/StyleController.cpp \
|
||||
models/NavigationListModel.cpp \
|
||||
models/NavigationItemModel.cpp \
|
||||
controllers/NavigationController.cpp \
|
||||
|
|
@ -41,6 +42,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|||
|
||||
HEADERS += \
|
||||
controllers/MusicPlayer.h \
|
||||
controllers/StyleController.h \
|
||||
models/MusicPlayer.h \
|
||||
models/NavigationListModel.h \
|
||||
models/NavigationItemModel.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue