qt5base-lts/examples/graphicsview/chip
Marc Mutz a03a71e332 examples: use QVector<QPointF> instead of QList<QPointF>
QPointF is in the category of types for which QList
is needlessly inefficient (elements are copy-constructed
onto the heap and held through pointers). Use a vector
instead. This is consistent with the QPainter API.

Change-Id: Id0e910c067a60d12fbc175e7ee7da824834be374
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-03-08 05:31:40 +01:00
..
chip.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
chip.h examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
chip.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
fileprint.png Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
images.qrc Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
main.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindow.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindow.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qt4logo.png Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
rotateleft.png Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
rotateright.png Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
view.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
view.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
zoomin.png Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
zoomout.png Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00