aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-23 16:33:33 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-23 16:15:14 +0000
commit6472d2541c83c1259a99b40216beaf48b56e94b4 (patch)
tree78634a9497f19be3ce1d66b5de33d2220cb41466
parent9812a9cc1e71b0a3d8f25c0db2457f8673e53054 (diff)
Doc: clarify the feature comparison table
Changing styles at runtime is not possible in QQC2. Add also footnotes that QQC1 may not provide optimal performance on embedded and mobile. Change-Id: Iea691116eacdcf73482ecd52fd1e9c945a788f9a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-differences.qdoc19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-differences.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-differences.qdoc
index 45ea7db7..a85890f5 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-differences.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-differences.qdoc
@@ -109,20 +109,20 @@
\li Yes
\li No
\row
- \li Runtime style changes
- \li Yes
- \li Yes
+ \li Runtime style/theme changes
+ \li Yes \sup 1
+ \li Yes \sup 2
\row
\li Can be used on Desktop
\li Yes
- \li Yes \b *
+ \li Yes \sup 3
\row
\li Can be used on Mobile
- \li Yes
+ \li Yes \sup 4
\li Yes
\row
\li Can be used on Embedded
- \li Yes
+ \li Yes \sup 4
\li Yes
\row
\li Internal event handling
@@ -130,7 +130,12 @@
\li C++
\endtable
- \b {* No hover effects}
+ \list 1
+ \li Not officially supported, but technically possible via private APIs
+ \li Only themes for specific styles can be changed at runtime, styles are fixed
+ \li No hover effects
+ \li Performance may not be optimal
+ \endlist
\section2 Porting Qt Quick Controls Code