Hi everyone,

My self Sanket Mehta.

I have recently started working on Qt Quick for my small application.

I want to use property alias in qml my application.

I am using like this way:

property alias node = "NA"

which gives me error "Invalid alias reference. Unable to find id NA"

Can anyone please help to resolve this?

-Thanks in advance,
Sanket