On Sep 23, 2013, at 6:12 PM, Matt Broadstone wrote:
> On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote:
> Hi,
> I'm running into a strange error related to context properties in qml.
> Basically, I'm trying to expose a QQmlPropertyMap into the context of my
> QQmlApplicationEngine, and
On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote:
> Hi,
> I'm running into a strange error related to context properties in qml.
> Basically, I'm trying to expose a QQmlPropertyMap into the context of my
> QQmlApplicationEngine, and within the qml set up a "recursive" binding so
> that chan
Hi,
I'm running into a strange error related to context properties in qml.
Basically, I'm trying to expose a QQmlPropertyMap into the context of my
QQmlApplicationEngine, and within the qml set up a "recursive" binding so
that changes to that map from C++ are expressed in qml, and vica versa.
This