Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
Description
So that you can do stuff like this:
readonly property string qmlPath: "qrc:/qml/entities/" + model.name + ".qml" source: FileInfo.fileExists(qmlPath) ? qmlPath : someOtherPath
Attachments
Issue Links
- relates to
-
QTBUG-46430 QML url type needs more features
- Closed
-
QTBUG-92155 Provide a QML module for file system access
- Open
-
QTBUG-80509 QML FileDialog should provide local path as a string property
- Reported