From 8ac1d24501aaec3584104f14d06f0572f4b0a9f1 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 27 Nov 2014 10:35:30 +0100 Subject: Doc: Document non-working Qt Quick Controls Task-number: QTEE-642 Change-Id: I2be52b0b94f89519c691e74c62724adfac9480bb Reviewed-by: Rainer Keller Reviewed-by: Laszlo Agocs Reviewed-by: Kalle Viironen --- src/doc/src/qtee-building-running.qdoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/doc/src/qtee-building-running.qdoc') 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}. */ /*! -- cgit v1.2.3