[Interest] QML Gridview cell's

Damian Ivanov damianatorrpm at gmail.com
Mon Mar 3 08:06:53 CET 2014


Hi all,

I have a GridView which gets the model from a QStringlist model from c++
GridView{... model:myPlugin.stringList;...}

Now this QStringList may contain by nature duplicates.
Is there a way I can hide them in the GridView?
I tried in the delegate to set the item visible=false, this hides the
item but the cell for it is still reserved and makes and empty cell,
is it possible to hide/destroy this particular cell?

Thanks in advance!!
Damian



More information about the Interest mailing list