DeclarativeWidgets icon indicating copy to clipboard operation
DeclarativeWidgets copied to clipboard

Rework Pixmap/Icon into singleton loaders

Open Znurre opened this issue 6 years ago • 1 comments

This commit removes DeclarativeIcon and DeclarativePixmap in favor of singleton loader types, as discussed in #16

Znurre avatar Mar 29 '18 16:03 Znurre

In my tests I was a little surprised to see each Icon.fromTheme(...) invocation instantiate a new QObject (DeclarativeIconAttached instance). It looks like turning it into a singleton would be a great idea. Any reason this wasn't reviewed?

bjorn avatar Jul 05 '21 09:07 bjorn