qt5base-lts/tests/auto/qitemmodel
Jyri Tahtela f9f395c28b Update licenseheader text in source files for qtbase Qt module
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.

Reviewed-by: Trust Me
2011-05-24 12:34:08 +03:00
..
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
modelstotest.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qitemmodel.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qitemmodel.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00

This is a QStandardItemModel test.  It will help catch a lot of simple problems.  You should still create your own test for custom functionality and functions that your model has.

Add your model to the modelstotest.cpp file (qt model's are included as examples) and modify the pro file accordingly.  Fix the errors in order of failure as later tests assume the ones before them have passed.