From 846a908b73ed3392c3f80a5c425c9ccf3c1e6a04 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 10 Mar 2017 14:39:49 +0100 Subject: Add Imagine style The Imagine style is based on image assets. The style comes with a default set of images, but the images can be easily changed by providing a directory with images using a predefined naming convention. [ChangeLog][Controls] Added the Imagine style, which is based on image assets that can be provided using a predefined naming convention. Task-number: QTPM-517 Change-Id: I550d7dac9a9686d60bec15655ac92dea9f36149c Reviewed-by: Mitch Curtis --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d7febb1f..799795c9 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ /tests/auto/calendar/tst_calendar /tests/auto/controls/default/tst_default /tests/auto/controls/fusion/tst_fusion +/tests/auto/controls/imagine/tst_imagine /tests/auto/controls/material/tst_material /tests/auto/controls/universal/tst_universal /tests/auto/cursor/tst_cursor @@ -48,6 +49,7 @@ /tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle /tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf /tests/auto/qquickmenubar/tst_qquickmenubar +/tests/auto/qquickninepatchimage/tst_qquickninepatchimage /tests/auto/qquickstyle/tst_qquickstyle /tests/auto/qquickstyleselector/tst_qquickstyleselector /tests/auto/qquickuniversalstyle/tst_qquickuniversalstyle -- cgit v1.2.3