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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to