aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/qquicktableview.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-1/+1
| | | | | | | | | | The model types are not part of the core QML runtime and should only be loaded if you explicitly import them. We cannot enforce that in Qt5 as some of them are available from the QtQml import, but we can change it in Qt6. Change-Id: I1e49e84d748e352537ec2d4af901c034c91d038f Reviewed-by: Erik Verbruggen <erik.verbruggen@me.com>
* tst_qquicktableview: use QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-311-0/+1
| | | | | Change-Id: Iac53158bdd5138f41e5cc8d8fe1e1a5f7959be23 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
* test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-251-0/+14
Change-Id: I4d68e033074442c402df11f779b6875e80ec6412 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>