summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-gallery/CustomizerSwitch.qml
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-04-10 15:18:26 +0200
committerSamuli Piippo <samuli.piippo@digia.com>2014-04-10 20:36:34 +0300
commita7353367b7d29eacc70ea960409e8eb682fe4e9c (patch)
tree9adc45839a7a55429d484934db1a1e2698d095a6 /basicsuite/enterprise-gallery/CustomizerSwitch.qml
parentf82822d73ed03b5e971a940bcf9e13d11128b1a9 (diff)
Update enterprise controls demos to version 1.1
Task-number: QTEE-482 Change-Id: I79f665de133cbe1c77962a8d93acdddd2e05fcc1 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'basicsuite/enterprise-gallery/CustomizerSwitch.qml')
-rw-r--r--basicsuite/enterprise-gallery/CustomizerSwitch.qml26
1 files changed, 26 insertions, 0 deletions
diff --git a/basicsuite/enterprise-gallery/CustomizerSwitch.qml b/basicsuite/enterprise-gallery/CustomizerSwitch.qml
new file mode 100644
index 0000000..3048aae
--- /dev/null
+++ b/basicsuite/enterprise-gallery/CustomizerSwitch.qml
@@ -0,0 +1,26 @@
+/****************************************************************************
+**
+** Copyright (C) 2014 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use contact form at http://qt.digia.com
+**
+** This file is part of the QtQuick Enterprise Controls Add-on.
+**
+** $QT_BEGIN_LICENSE$
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** contact form at http://qt.digia.com
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+import QtQuick 2.0
+import QtQuick.Controls 1.1
+
+Switch {
+ anchors.horizontalCenter: parent.horizontalCenter
+}