Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.5.1
-
None
-
C++, WinAPI, VS2008
Description
Hello,
I have this problem:
1) I have a .qml file in directory C:\QML\any.qml
2) I run my C++ App with QtQuick engine
3) In App I open any image from \\NetComp\d\images and call ::SetCurrentDirectory() to this source folder
4) In my App a call QQmlComponent.loadUrl( Url::fromLocalFile(C:\QML\any.qml) ) and failed because this path is relative(???) and qml file is looking for in \\NetComp\d\images directory
How can I set absolute directory for qml file?