qml-colors icon indicating copy to clipboard operation
qml-colors copied to clipboard

Optimize color creation for Qt 6

Open GooRoo opened this issue 1 year ago • 0 comments

Qt 6 introduces the Qt.color() function to create a color object from color's name. Maybe it was added even earlier, but not reflected in the docs.

This can be used to optimize object creation instead of my workaround.

GooRoo avatar Jan 17 '23 17:01 GooRoo