Some users are missing icons in the QFileSystemModel with Qt version 6.3.1. I can't reproduce the issue myself with the same Qt version. Setting a new QFileIconProvider works: setIconProvider(new QFileIconProvider());
. Could it be related to some style settings on the system?