qtdeclarative/tests/auto/quick/qquicktreeview
Richard Moe Gustavsen 3343c57b02 TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)
After deprecating modelIndex(column, row) in favor
of index(row, column), we should now do the same to
itemAtCell(column, row), to be consistent.

This function will therefore deprecate
itemAtCell(column, row) and instead offer
a new function itemAtIndex(modelIndex).

[ChangeLog][Quick][TableView] itemAtCell(column, row)
has been deprecated in favor of itemAtIndex(modelIndex).

Task-number: QTBUG-109542
Pick-to: 6.5
Change-Id: Ibd009cb3b9d6ce7ba19da5e20df9e307a31f5090
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-02-13 16:40:34 +01:00
..
data Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
CMakeLists.txt Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
testmodel.cpp QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayoutAboutToBeChanged() 2022-10-21 14:05:18 +02:00
testmodel.h QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayoutAboutToBeChanged() 2022-10-21 14:05:18 +02:00
tst_qquicktreeview.cpp TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex) 2023-02-13 16:40:34 +01:00