Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.0.1
-
None
Description
Currently, QFileDialog has no preview functionality like it did in Qt 3.3.x, the only way to get it is to use Q3FileDialog.
Update: unofficially adding preview functionality in the Qt 4 filedialog can be done by adding a widget to the layout and listening to the currentChanged signal from the view.