QML binding to a function without any parameters?
-
wrote on 10 Sept 2015, 08:08 last edited by dynamo72 9 Oct 2015, 08:09
In the qt docs 5.5 property binding chapter is this example for a binding:
height: someMethodThatReturnsHeight()
Is this really a dynamic binding? If so, what triggers it?
I know that height: someMethodThatReturnsHeight(width) works and will be triggered by width changes... But without any parameters?
1/1