summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/doc/config/b2qt.qdocconf3
-rw-r--r--src/doc/src/qtee-building-running.qdoc16
2 files changed, 18 insertions, 1 deletions
diff --git a/src/doc/config/b2qt.qdocconf b/src/doc/config/b2qt.qdocconf
index 9d048fb..c5b4a9a 100644
--- a/src/doc/config/b2qt.qdocconf
+++ b/src/doc/config/b2qt.qdocconf
@@ -21,7 +21,8 @@ indexes = $QT_INSTALL_DOCS/qtquick/qtquick.index \
$QT_INSTALL_DOCS/qtcore/qtcore.index \
$QT_INSTALL_DOCS/qtserialport/qtserialport.index \
$QT_INSTALL_DOCS/emulator/emulator.index \
- $QT_INSTALL_DOCS/qtwebengine/qtwebengine.index
+ $QT_INSTALL_DOCS/qtwebengine/qtwebengine.index \
+ $QT_INSTALL_DOCS/qtquickcontrols/qtquickcontrols.index
qhp.projects = B2Qt
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}.
*/
/*!