From 9de296f3dd6fc93ad4cfa68528cfa733e585e352 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 11 Feb 2019 16:13:01 +0100 Subject: mobile-widgets: add themeInterface Currently subsurfaceTheme resides in main.qml, where it does not naturally belong. Add C++ class that will replace subsurfaceTheme in main.qml in a 1-1 manner. This opens future posibilities - on top of the 3 themes, allow users to select colors/fonts - add stylesheets to Template* components - make day/night shift automatically. Signed-off-by: jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/CMakeLists.txt') diff --git a/mobile-widgets/CMakeLists.txt b/mobile-widgets/CMakeLists.txt index 6c1747dbc..9f5ddaf47 100644 --- a/mobile-widgets/CMakeLists.txt +++ b/mobile-widgets/CMakeLists.txt @@ -3,6 +3,7 @@ set(SUBSURFACE_MOBILE_SRCS qmlinterface.cpp qmlmanager.cpp + themeinterface.cpp qml/kirigami/src/columnview.cpp qml/kirigami/src/delegaterecycler.cpp qml/kirigami/src/enums.cpp -- cgit v1.2.3-70-g09d2