aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/testmodel.h
Commit message (Expand)AuthorAgeFilesLines
* TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-171-2/+12
* QQmlAdaptorModel: return correct column count from the modelRichard Moe Gustavsen2018-10-171-0/+1
* QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-231-0/+5
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-021-10/+19
* tst_qquicktableview: actually test that model is resetMitch Curtis2018-07-191-0/+7
* TableView: invalidate table when model is resetMitch Curtis2018-07-171-0/+44
* QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-1/+1
* tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-091-0/+2
* Revert "tests, qquicktableview: add countDelegateItems()"Lars Knoll2018-05-021-2/+0
* tests, qquicktableview: add countDelegateItems()Richard Moe Gustavsen2018-04-271-0/+2
* test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-251-0/+87