<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><font size="+1">Hello,</font></p>
<p><font size="+1">I am creating an alternative plasmoid for tasks
and I would like your wisdom around QML please..</font></p>
<p><font size="+1"><br>
At some point of my code I am using a Grid(Positioner) and a
Repeater for the tasksModel but I can not find any way to
animate the removal of an item from the tasks model. There are
add, move, populate transitions but not for removals..</font></p>
<p><font size="+1">The only way I had found is to use the ListView
component but my list doesnot need contentWidth and
contentHeight because it shows all the tasks every time... I
didnt use Row or Column because the plasmoid when changes
position is the screen becomes vertical or horizontal
accordingly...<br>
</font></p>
<p><font size="+1"><br>
So do you know any solution to animate the removal of an item
from a positioner item in QML?</font></p>
<p><font size="+1"><br>
</font></p>
<p><font size="+1">with regards,</font></p>
<p><font size="+1">michail<br>
</font></p>
</body>
</html>