aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/objectcount
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-15 12:52:44 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-30 15:13:21 +0000
commitf57f2d9e45b177232b76bde07ff96ef3e43fe5b1 (patch)
treeda1aed46dae8d8a19bbef1c8339173464497d096 /tests/benchmarks/objectcount
parenteaa2b5d59cdcd899f540996520c64fad677b429e (diff)
Say hello to the Fusion style
[ChangeLog][Controls] Introduced a Fusion style that offers a platform agnostic desktop-oriented look'n'feel. Change-Id: Id1c1baf10f4b3a79e89bcc72f6d170ed0b2cc8b0 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/benchmarks/objectcount')
-rw-r--r--tests/benchmarks/objectcount/tst_objectcount.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/objectcount/tst_objectcount.cpp b/tests/benchmarks/objectcount/tst_objectcount.cpp
index d12f3293..551d2009 100644
--- a/tests/benchmarks/objectcount/tst_objectcount.cpp
+++ b/tests/benchmarks/objectcount/tst_objectcount.cpp
@@ -124,6 +124,7 @@ static void addTestRows(QQmlEngine *engine, const QString &sourcePath, const QSt
static void initTestRows(QQmlEngine *engine)
{
addTestRows(engine, "controls", "QtQuick/Controls.2", QStringList() << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
+ addTestRows(engine, "controls/fusion", "QtQuick/Controls.2/Fusion", QStringList() << "ButtonPanel" << "CheckIndicator" << "RadioIndicator" << "SliderGroove" << "SliderHandle" << "SwitchIndicator");
addTestRows(engine, "controls/material", "QtQuick/Controls.2/Material", QStringList() << "Ripple" << "SliderHandle" << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator" << "BoxShadow" << "ElevationEffect" << "CursorDelegate");
addTestRows(engine, "controls/universal", "QtQuick/Controls.2/Universal", QStringList() << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
}