blob: 0bce6c406b78a56d0c3923bf9ce83daf9784f6fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
/*
*/
/*! \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
*/
|