Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.0 Beta1
-
None
-
linux x86
-
f580f4ce858a332e62948c1c5372995e9a576452
Description
in the following sample styleData.row is always zero.
it works in 5.2.
import QtQuick 2.2 import QtQuick.Controls 1.1 TableView{ width: 600 height: 800 model: 10 TableViewColumn{ delegate:Item{ Component.onCompleted: { console.log("Row:" + styleData.row) console.log("Value:" + styleData.value) } } } }
and styleData.value is correct only for first row.
it worked in Qt 5.2
please fix it before 5.3 release.
Attachments
For Gerrit Dashboard: QTBUG-38307 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
83435,1 | Ensure that styleData.row is initialized in delegates | release | qt/qtquickcontrols | Status: MERGED | +2 | 0 |