You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
table cells are empty in your example , in earlier commits it was working now its not working giving me this error , it only appears in qt 5.12 not 5.10 which i used earlier qrc:/DefaultCell.qml:10:5: Unable to assign [undefined] to QString
i think problem is with Qt => cant read this line as object : property var row: rootId.rows[index]
Qt reads it as integer
The text was updated successfully, but these errors were encountered:
table cells are empty in your example , in earlier commits it was working now its not working giving me this error , it only appears in qt 5.12 not 5.10 which i used earlier
qrc:/DefaultCell.qml:10:5: Unable to assign [undefined] to QString
i think problem is with Qt => cant read this line as object :
property var row: rootId.rows[index]
Qt reads it as integer
The text was updated successfully, but these errors were encountered: