Add left, right, top and bottom properties to basic QML rect type.
authorMitch Curtis <mitch.curtis@theqtcompany.com>
Fri, 22 May 2015 11:03:25 +0000 (13:03 +0200)
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>
Wed, 3 Jun 2015 04:29:06 +0000 (04:29 +0000)
commitdb9be0a9d6195bc52415ce28d605ace149d02782
treea1b0dd262e53a08f7015efc8fb8a32ad0b82db9e
parentdb525935ccd64d2c5c674f8a66dbe7096d754e9f
Add left, right, top and bottom properties to basic QML rect type.

Task-number: QTBUG-45528
Task-number: QTBUG-45530
Change-Id: I83c4056b4bde37ef2dc4424ffddd823c1654d92e
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/doc/src/qmltypereference.qdoc
src/qml/qml/qqmlvaluetype.cpp
src/qml/qml/qqmlvaluetype_p.h
src/qml/qml/qqmlvaluetypewrapper.cpp
tests/auto/qml/qqmlvaluetypes/data/rect_compare.qml
tests/auto/qml/qqmlvaluetypes/data/rect_read.qml
tests/auto/qml/qqmlvaluetypes/data/rectf_compare.qml
tests/auto/qml/qqmlvaluetypes/data/rectf_read.qml
tests/auto/qml/qqmlvaluetypes/tst_qqmlvaluetypes.cpp