Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

The replacement of "window" object in Javascript

$
0
0
Whatever we declared a global variable in Javascript under browser, it will be added to the “window” object automatically. Then we could check did a global variable/object declared by looking at the window object. However, it don’t have “window” object in Qt Quick. Do it have any replacement? So that I can check did a global variable declared? Thanks.

Viewing all articles
Browse latest Browse all 4972

Trending Articles