blob: 5ef16a4802ab77c3f59d42f45fe27b21be913f0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
*/
/*! \page iconview-example.html
\ingroup examples
\title Iconview
This example implements a flexible icon view which can store
lots of icon items. It supports Drag&Drop, different selection modes,
view modes, rubberband selection, etc.
Main:
\include iconview/main.cpp
*/
|