Let's say I exposed 'property1' to QML from C++ using setContextProperty. How can I enumerate all the context properties exposed from QML side? I've tried enumerating properties of 'Qt' object but obviously it didn't work.