summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2022-07-13 13:12:03 +0200
committerBernd Weimer <bernd.weimer@qt.io>2022-07-13 13:38:32 +0200
commit0a7f643c95f2032bb54c879dc4f160eaa084bd7e (patch)
tree87f889e150de3ec6010c65cb84d77264b6f3adcd /doc
parent1b818ba23087fc57a4392a26f72861c9364d0ba8 (diff)
downloadqtapplicationmanager-0a7f643c95f2032bb54c879dc4f160eaa084bd7e.tar.gz
Mark backgroundColor config option deprecated
The background color should be set in the ApplicationManagerWindow type instead. Change-Id: Ib672509252d5b6ca5015ad92a77b3febfa15b253 Pick-to: 6.4 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index a58aa960..8ee289f2 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -640,8 +640,9 @@ an additional column specifying which runtime a configuration option applies to:
\li \c backgroundColor
\li qml
\li string
- \li If set, the main window of the app gets this color set as the default clear color.
- This option also gives the surface an 8-bit alpha buffer.
+ \li This option is deprecated and will be removed in the next release. Please use the
+ ApplicationManagerWindow's \c color property instead.
+
\row
\li \c quitTime
\li qml