qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

Using QskIcon in the public API

Open uwerat opened this issue 4 months ago • 0 comments

In several controls images can be assigned directly via QskGraphic or indirectly as QUrl ( the image is loaded by a graphic provider ). QskIcon had been introduced for the menus to cover this duplicity instead of bloating the API of the classes using images.

However we still have several controls, where QskGraphic/QUrl are present:

  • QskGraphicLabel
  • QskPushButton
  • QskStatusIndicator
  • QskSubWindow

Maybe it is possible to use QskIcon for them.

uwerat avatar Oct 02 '24 05:10 uwerat