Hi,
I am developing a sailfish app using a QML ListView which is connected to a
model using a sqlite db. The model is based on QSqlTableModel, but extended so
it can be used by the QML ListView. I have found a segmentation fault related
to the ListView when trying to delete an element in the Li
ote:
> Hi,
>
> can you tell please what are you trying to achieve, e.g. what view are you
> building? Why do you set explicit height for the ListView anyway?
>
> Cheers
> Dmitriy
>
> 2015-09-06 14:00 GMT+06:00 coding :
>
> > Hi,
> >
> > I am developi