qtdoc/examples/demos/colorpaletteclient/QtExampleStyle
Fabian Kosmale 78dc366da6 colorpalettteclient: Fix qmllint warnings
Most of the warnings were straightforward to fix: add missing ids to
lookups, remove an unused import.

There is one interesting case, though: The getCurrentUserImage function
in ColorView was referring "users", which does not exist in that file,
and is not one of its properties. The application however still worked.
That's due to it being found on the root context, as it exists as an id
defined in Main.qml.
It was however already passed down via properties to ColorView, so use
the property instead.
Amends 7a62659880

Pick-to: 6.10
Change-Id: I6f91dc45302f30d70d8a09b66d0add9b963fa6b2
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
2025-08-11 17:48:16 +02:00
..
Button.qml colorpalettteclient: Fix qmllint warnings 2025-08-11 17:48:16 +02:00
CMakeLists.txt CMake: Add deployment API to our examples 2024-05-13 09:44:04 +02:00
Popup.qml Refactor GUI for color palette example 2024-02-07 08:12:43 +00:00
TextField.qml Refactor GUI for color palette example 2024-02-07 08:12:43 +00:00
UIStyle.qml Refactor GUI for color palette example 2024-02-07 08:12:43 +00:00
qmldir Refactor GUI for color palette example 2024-02-07 08:12:43 +00:00