summaryrefslogtreecommitdiffstats
path: root/examples/demos/todolist/qtquickcontrols2.conf
diff options
context:
space:
mode:
authorQt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>2023-04-14 07:39:38 +0000
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-06-09 17:58:43 +0200
commit3388603fb667acc0626d2499b4a9a0dfcecaa537 (patch)
tree3c253af5cac981a4808a9824b26df92df996e10d /examples/demos/todolist/qtquickcontrols2.conf
parent48cc7d605e04133eac03b20d5ff89faa0812c1ff (diff)
Refresh 'ToDoList' example
The whole design of the example was changed. The app was created in Qt DesignStudio. Some new functionalities were implemented eg. calendar, clock. The application will use "https://www.boredapi.com" to get random tasks. It will also use local storage for saving list. Tested on Android, Windows, macOS, iOS. Change-Id: Ieb688d4a4606b4617b63342b749099528021054c Pick-to: 6.5 6.6 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/demos/todolist/qtquickcontrols2.conf')
-rw-r--r--examples/demos/todolist/qtquickcontrols2.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/demos/todolist/qtquickcontrols2.conf b/examples/demos/todolist/qtquickcontrols2.conf
new file mode 100644
index 000000000..d84e08d40
--- /dev/null
+++ b/examples/demos/todolist/qtquickcontrols2.conf
@@ -0,0 +1,17 @@
+[Controls]
+Style=Material
+
+[Material]
+Theme=Dark
+Primary=Green
+Accent=Green
+
+[Universal]
+Theme=Dark
+Primary=Green
+Accent=Green
+
+[Fusion]
+Theme=Dark
+Primary=Green
+Accent=Green