Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
QML C++ binding File Browser
-
hello,
i created a really basic filebrowser using a QList<QFileInfo>, that eventualy is used in qml.
when i try to enter a folder that has other folders or file names that contain this symbols ". - / " the program crashes, although i did uses the QDir filters.Please help