Commit Graph

4 Commits

Author SHA1 Message Date
Juha Vuolle 1be090be7d Remove obsoleted QIcon code from colorpaletteclient
The recently refactored UI doesn't rely on icon theming anymore.

Amends: 7a62659880

Pick-to: 6.7
Change-Id: I59bc7df167cf6cbd6b26cbd494674927f81f319e
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
2024-03-07 13:45:35 +02:00
Juha Vuolle ad5c428718 Make colorpalette's qtexamplestyle qml module accessible on macOS
... by making sure it's properly part of the app bundle.

Task-number: QTBUG-115085
Change-Id: I196d309c9400acb897950dbfb5fe99d9d7f13756
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2024-02-07 11:10:43 +02:00
Matthias Rauter 7a62659880 Refactor GUI for color palette example
Task-number: QTBUG-115085
Change-Id: I35f9e7a26b929353a25bc2959350b161bed5e59b
Reviewed-by: Mate Barany <mate.barany@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2024-02-07 08:12:43 +00:00
Juha Vuolle 80f9a83d90 Colorpalette HTTP REST client example
Replace the addressbook client example with a colorpalette client.
The corresponding addressbook server has been superseded by a
colorpalette server.

The client can interface the local QHttpServer colorpaletteserver
example as well as the publicly accessible reqres.in. Please note
that the reqres.in is stateless service, and eg. adding/updating colors
will have no actual effect.

Task-number: QTBUG-106041
Pick-to: 6.5
Change-Id: I4ea06bbcd9b32900a661f19e0abe0629275aaef1
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-02-14 11:57:19 +02:00