Hey,

The class QFileSystemModel does not have any sorting method. The non-threaded counterpart QDirModel, however, has this feature, namely

void setSorting ( QDir::SortFlags sort )

The problem is that the directory from QFileSystemModel is displayed in what appears to be a completely random order.

Any clues?