How add symbol for closing (deleting) "cross in circle" outside icon?
QML and Qt Quick
1
Posts
1
Posters
1.1k
Views
1
Watching
-
I want create QML component as it was made in iOS - long touch at icons make visibled cross inside circle outside of icon or at some top corner. The touch to this circle will call some event where I can to call some function - delete icon object from some listview, for example. Somebody have an idea how create it? May be this the possibility (thing) already exist in Qt or QML?