/* */ /*! \page fileiconview-example.html \ingroup examples \title Simple Filemanager This example implements a simple and not fully functional file manager using a widget derived from QIconView to display the current directory. To display the directory tree the widget written in the dirview example is used.
Header file of the file icon view: \include fileiconview/qfileiconview.h
Implementation of the file icon view: \include fileiconview/qfileiconview.cpp
Header file of the main window: \include fileiconview/mainwindow.h
Implementation of the main window: \include fileiconview/mainwindow.cpp
Main: \include fileiconview/main.cpp */