summaryrefslogtreecommitdiffstats
path: root/examples/enabled-qml
Commit message (Collapse)AuthorAgeFilesLines
* Copyright header change.Mika Salmela2015-02-092-38/+28
| | | | | | | | As for preparation for Qt5.5 release the copyright header is updated to correspond the current license requirements. Change-Id: I36632918b66f455539453b42c369689fb11298ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* enabled-qml: use enabled flag on FrameGraph nodesPaul Lemire2015-01-242-68/+110
| | | | | Change-Id: Ifd76233a38b07ee82bb0dca2cd69746144711c11 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* enabled-qml: Example to test the enabled property on componentsPaul Lemire2015-01-244-0/+245
Tested on: * Layer * Material * Mesh * Transform * CameraLens This example will be completed later on to test the enabled flag on FrameGraph node. Change-Id: Ia128ea5e5c8624ef2b11d82bd541a635f349727f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>