Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
5.4.1
-
None
-
Linux
Description
This bug (https://bugreports.qt.io/browse/QTBUG-34100) is appear for me in Linux with Qt 5.4.1
For example:
Component {
id: fileDialogFactory
FileDialog {
}
}
...
var fileDialog = fileDialogFactory.createObject(null)
fileDialog.folder = "file:///home/ildar"
fileDialog.open()
...
Attachments
Issue Links
- duplicates
-
QTBUG-34100 folder property of FileDialog not working to set startup path in Windows
- Closed
- relates to
-
QTBUG-73179 qt.labs.platform.FileDialog folder property doesn't work
- Closed