Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.1.0
-
None
-
Windows7, Qt 4.7.1, Qt Simulator
-
ae83bc62e7790420fd37859ce23fe9ffa581be08
Description
The example code from http://doc.qt.nokia.com/qtmobility-1.1/qml-documentgallerymodel.html does not work in Qt Simulator for Windows. There is no specific error message however the 'url' property expected from the model is blank and therefore the Image that forms the delegate gets no content. Other properties like filePath and fileName are similarly invalid. Accessing the filePath property report the error: "QFileInfo::absolutePath: Constructed with empty filename" - perhaps a clue to what's going on?