aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemviewfxitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Compact QQuickItemViewFxItemErik Verbruggen2018-08-211-1/+1
| | | | | | | This also removes padding, esp. on 64bit architectures. Change-Id: I500bbe6bd64eb1717db719fbd6ce823314687ea6 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* QQuickItemViewFxItem: factor out FxViewItem from QQuickItemViewRichard Moe Gustavsen2018-03-231-0/+165
FxItemViews wraps the QQuickItems used in QQuickItemView with additional item view information, like transition status. This patch will factor out FxItemView so that it can be reused in the coming QQuickTable as well. Change-Id: I5544b177d0ff28b2cbb76f33343808d953ec47bd Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>