Qt Declarative (Quick 2)
Go to file
Thomas Hartmann 4d68305466 Add setContextProperties()
Setting all properties in one batch avoids unnecessary
refreshing of expressions and is therefore a lot
faster if there are many expressions in the context.

In an example I created it takes 500ms to set 10 context properties
using setContextProperty() and it takes about 150ms to set the
context properties using setContextProperties.

Change-Id: Ic7cf03cda292b316198f37f963b61a2388a288c9
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-01-12 07:03:29 +00:00
config.tests/d3d12
dist Add changes file for Qt 5.10.0 2017-11-21 19:00:40 +00:00
examples Merge remote-tracking branch 'origin/5.10' into dev 2017-12-20 08:50:58 +01:00
features
src Add setContextProperties() 2018-01-12 07:03:29 +00:00
tests Add setContextProperties() 2018-01-12 07:03:29 +00:00
tools Fix build for QML modules with qmlcache config enabled 2017-12-08 16:25:06 +00:00
.gitattributes
.gitignore
.gitmodules Run ES5 tests on Linux/x86-64 2017-03-24 20:21:36 +00:00
.qmake.conf Bump version 2017-12-20 12:06:11 +01:00
.tag
LICENSE.FDL
LICENSE.GPL2
LICENSE.GPL3
LICENSE.GPL3-EXCEPT
LICENSE.LGPL3
configure.json Convert qtdeclarative over to use the new configure system 2016-10-10 14:11:39 +00:00
qtdeclarative.pro Convert qtdeclarative over to use the new configure system 2016-10-10 14:11:39 +00:00
sync.profile fix QtQmlDevTools in framework builds in a better way 2017-04-11 16:48:03 +00:00