.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
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
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