Re: [Interest] QML TableView creating extra row delegates

2015-03-27 Thread Shantanu Tushar
.org theqtcompany@qt-project.org> on behalf of Shantanu Tushar < > shaan...@gmail.com> > *Sent:* Tuesday, March 24, 2015 5:41 PM > *To:* interest@qt-project.org > *Subject:* [Interest] QML TableView creating extra row delegates > >Hi list, > > I no

Re: [Interest] QML TableView creating extra row delegates

2015-03-26 Thread deDietrich Gabriel
nu Tushar Sent: Tuesday, March 24, 2015 5:41 PM To: interest@qt-project.org Subject: [Interest] QML TableView creating extra row delegates Hi list, I noticed that the QML TableView creates extra row delegates even if there are only a few items in the model. For example the following c

[Interest] QML TableView creating extra row delegates

2015-03-24 Thread Shantanu Tushar
Hi list, I noticed that the QML TableView creates extra row delegates even if there are only a few items in the model. For example the following code- TableView { anchors.fill: parent model: ListModel { ListElement { name: "Apple"; cost: 2.45 } ListElement