Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.0.0, 5.0.1, 5.0.2
-
None
-
OS X 10.7 and 10.8, Xcode 4.6.2 (Build version 4H1003)
-
c90486066914d7c63716c12f6e2f1c8086f0eb37
Description
When using QFileSystemModel as model for QTreeView and QTableView the some icons for files and folders are empty. The missing icons are totally random.
This is most noticeable when you expand a node (folder) in QTreeView.
This occurs even with the simplest application that has only QTreeView and QFileSystemModel. The file/folder permissions are correct.
The problem occurs more often on slower machines.
TestIconDisplay.zip is a sample project with both QTreeView and QTableView, and TreeViewTest.zip is a sample project that only has QTreeView.