You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
765 B
45 lines
765 B
/*
|
|
*/
|
|
/*! \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 <a href="dirview-example.html">dirview</a> example is
|
|
used.
|
|
|
|
<hr>
|
|
|
|
Header file of the file icon view:
|
|
|
|
\include fileiconview/qfileiconview.h
|
|
|
|
<hr>
|
|
|
|
Implementation of the file icon view:
|
|
|
|
\include fileiconview/qfileiconview.cpp
|
|
|
|
<hr>
|
|
|
|
Header file of the main window:
|
|
|
|
\include fileiconview/mainwindow.h
|
|
|
|
<hr>
|
|
|
|
Implementation of the main window:
|
|
|
|
\include fileiconview/mainwindow.cpp
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include fileiconview/main.cpp
|
|
*/
|
|
|