summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-building-running.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-11-27 10:35:30 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-11-27 12:16:20 +0200
commit8ac1d24501aaec3584104f14d06f0572f4b0a9f1 (patch)
tree2ecd8170c5f604d4222fc901ee732cbee60af204 /src/doc/src/qtee-building-running.qdoc
parent7336c71b7e8df0f4b673226f66a31d929a848ba9 (diff)
Doc: Document non-working Qt Quick Controls
Task-number: QTEE-642 Change-Id: I2be52b0b94f89519c691e74c62724adfac9480bb Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
Diffstat (limited to 'src/doc/src/qtee-building-running.qdoc')
-rw-r--r--src/doc/src/qtee-building-running.qdoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/doc/src/qtee-building-running.qdoc b/src/doc/src/qtee-building-running.qdoc
index f9c3dd1..630ed0a 100644
--- a/src/doc/src/qtee-building-running.qdoc
+++ b/src/doc/src/qtee-building-running.qdoc
@@ -96,6 +96,22 @@
Alternatively, the files used by the application can be stored into the application
executable using the \l{The Qt Resource System}{Qt resource system}. This way, simply
deploying the application binary is all that's required.
+
+ \section1 Using Qt Quick Controls
+
+ The \B2Q stack supports the full set of Qt modules, including \l {Qt Quick Controls}.
+ However, a number of UI controls from that module are implemented in a way that's
+ currently not supported:
+
+ \list
+ \li ComboBox
+ \li \l Menu and MenuBar
+ \endlist
+
+ These controls attempt to open a new top-level window, while in \B2Q, Qt Quick
+ applications can only have a single fullscreen window existing at a time.
+
+ See the related entry in \l{ts-11}{Troubleshooting}.
*/
/*!