summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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}.
*/
/*!