ReferenceError: Can't find variable: statusBar
-
Hi
I am using Qt SDK 1.1.4.
Qt Creator 2.4.0
Based on Qt 4.7.4 (32 bit)
Built on Dec 16 2011 at 03:25:42When I run Hello World App in simulator and click on Orientation Right Up under Model menu of the simulator I get the message
file:///C:/QtSDK/Simulator/Qt/mingw/imports/com/nokia/symbian.1.1/PageStackWindow.qml:70: ReferenceError: Can't find variable: statusBarunder Application output
Here is how you can reproduce this error:
- Start Qt creator and go to File > New File or Project.
- Choose Qt Quick Project > Qt Quick Application
- Give it any name
- Chose Qt Quick Components for Symbian
- Choose only Simulator under Target
- Build and Run code in simulator
- Rotate view and you will see the message in console view
ReferenceError: Can't find variable: statusBar
How can I make fix this?
Thanks