Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
is there a way to access a C++ object via an overloaded square brackets operator in QML?
Hi,
What kind of object do you have in mind ? Can you share a sample pseudo code that would show exactly what you would like to achieve.
There is no operator overloading in QML. At any rate, operators are just decoration for what is essentially regular functions.