summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/itemviews.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-291-2/+0
| | | | | | | | | | | The dependencies on QFont, QBrush, QIcon are all in QtGui, so there's little sense to still have these classes in QtWidgets. This also copies and pastes a version of QWidgetItemData as QStandardItemData inside qstandarditemmodel_p.h. Change-Id: Ibafc5a30748e7ce0b54753309ae6dc4a797fc20e Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-161-5/+0
| | | | | | Change-Id: I71097855cb9e28105238e496778f29f99f7fc84e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+33
Task-number: QTBUG-19013 Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461 Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>