From 0328c14167c1cf97fd3e5ce6137b3903b36255fa Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 21 Feb 2023 18:21:48 +0100 Subject: [PATCH] Doc: Describe color tooltips for QML code in code editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTCREATORBUG-28721 Change-Id: Ifdd82a9e72bc19f484f6b3737f1a562a95e9a7c3 Reviewed-by: André Hartmann --- doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc b/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc index 3541b706ca2..674a733357f 100644 --- a/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc @@ -60,6 +60,9 @@ You can change the font family and size as well as text formatting, style, alignment, and color. + \note Move the mouse pointer over a color hex value in the code editor to + see the color as a tooltip. + If a property is assigned an expression instead of a value, you cannot use the toolbar to edit it. The button for editing the property is disabled.