Hi , I trying to create widget looks like Windows explorer. Left side of dialog based on QTreeView and right side is QListView.
My problem is when I set QDirModel ,rootIndex, nameFilter, iconProvider for each side and activating dialog show first time takes 30 second to display.

Any suggestion how to speedup operation.