From 751626eec574363ef694e1301744704915e6b2ea Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 31 Mar 2017 16:15:14 +0200 Subject: QML UI: Fully port dive edit to Kirigami2 Completely adapt to the api changes of OverlaySheet in Kirigami2 in order to achieve the same look and behavior for the dive edits that had with kirigami1 Port most components to QtQuickContrls2, except comboboxes in the dive edit sheet that will need a new control type Signed-off-by: Marco Martin --- mobile-widgets/qml/qtquickcontrols2.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mobile-widgets/qml/qtquickcontrols2.conf (limited to 'mobile-widgets/qml/qtquickcontrols2.conf') diff --git a/mobile-widgets/qml/qtquickcontrols2.conf b/mobile-widgets/qml/qtquickcontrols2.conf new file mode 100644 index 000000000..777a4a5b9 --- /dev/null +++ b/mobile-widgets/qml/qtquickcontrols2.conf @@ -0,0 +1,11 @@ +[Controls] +Style=Material + +[Material] +Primary=#2d5b9a +Accent=#2d5b9a +Theme=System + +[Universal] +Accent=#2d5b9a +Theme=System -- cgit v1.2.3-70-g09d2