summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--basicsuite/enterprise-charts/enterprise-charts.pro12
-rw-r--r--basicsuite/enterprise-dashboard/enterprise-dashboard.pro13
-rw-r--r--basicsuite/enterprise-gallery/enterprise-gallery.pro14
-rw-r--r--doc/b2qt-demos.qdoc34
-rw-r--r--doc/images/b2qt-demo-enterprise-charts.jpgbin0 -> 11070 bytes
-rw-r--r--doc/images/b2qt-demo-enterprise-dashboard.jpgbin0 -> 11239 bytes
-rw-r--r--doc/images/b2qt-demo-enterprise-gallery.jpgbin0 -> 9016 bytes
7 files changed, 73 insertions, 0 deletions
diff --git a/basicsuite/enterprise-charts/enterprise-charts.pro b/basicsuite/enterprise-charts/enterprise-charts.pro
new file mode 100644
index 0000000..13c41cf
--- /dev/null
+++ b/basicsuite/enterprise-charts/enterprise-charts.pro
@@ -0,0 +1,12 @@
+TARGET = enterprise-charts
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = \
+ *.qml
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file
diff --git a/basicsuite/enterprise-dashboard/enterprise-dashboard.pro b/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
new file mode 100644
index 0000000..9fb29f2
--- /dev/null
+++ b/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
@@ -0,0 +1,13 @@
+TARGET = enterprise-dashboard
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = \
+ *.qml \
+ images
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file
diff --git a/basicsuite/enterprise-gallery/enterprise-gallery.pro b/basicsuite/enterprise-gallery/enterprise-gallery.pro
new file mode 100644
index 0000000..3601432
--- /dev/null
+++ b/basicsuite/enterprise-gallery/enterprise-gallery.pro
@@ -0,0 +1,14 @@
+TARGET = enterprise-gallery
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = \
+ *.qml \
+ fonts \
+ images
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file
diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc
index 4b41067..704561b 100644
--- a/doc/b2qt-demos.qdoc
+++ b/doc/b2qt-demos.qdoc
@@ -193,6 +193,40 @@
*/
/*!
+ \example enterprise-charts
+ \title Charts
+ \ingroup b2qt-demos
+ \brief Showcases the different types of charts available from the Qt Charts library.
+
+ \image b2qt-demo-enterprise-charts.jpg
+
+ Qt Charts is part of the Qt Enterprise addons package which provides a set of easy to use
+ chart components. This demo showcases the different charts that are available as QML types.
+*/
+
+/*!
+ \example enterprise-dashboard
+ \title Dashboard
+ \ingroup b2qt-demos
+ \brief A car dashboard created using Qt Quick Enterprise Controls.
+
+ \image b2qt-demo-enterprise-dashboard.jpg
+
+ This example project demonstrates using several CircularGauge controls to create a car dashboard.
+*/
+
+/*!
+ \example enterprise-gallery
+ \title Enterprise Controls Gallery
+ \ingroup b2qt-demos
+ \brief An interactive showcase for Qt Quick Enterprise Controls.
+
+ \image b2qt-demo-enterprise-gallery.jpg
+
+ This example project demonstrates the various UI controls provided by Qt Quick Enterprise Controls.
+*/
+
+/*!
\omit
\example launchersettings
\title Launcher Settings
diff --git a/doc/images/b2qt-demo-enterprise-charts.jpg b/doc/images/b2qt-demo-enterprise-charts.jpg
new file mode 100644
index 0000000..2776b0b
--- /dev/null
+++ b/doc/images/b2qt-demo-enterprise-charts.jpg
Binary files differ
diff --git a/doc/images/b2qt-demo-enterprise-dashboard.jpg b/doc/images/b2qt-demo-enterprise-dashboard.jpg
new file mode 100644
index 0000000..eb2e3b5
--- /dev/null
+++ b/doc/images/b2qt-demo-enterprise-dashboard.jpg
Binary files differ
diff --git a/doc/images/b2qt-demo-enterprise-gallery.jpg b/doc/images/b2qt-demo-enterprise-gallery.jpg
new file mode 100644
index 0000000..8ddcad8
--- /dev/null
+++ b/doc/images/b2qt-demo-enterprise-gallery.jpg
Binary files differ