blob: 41800ff07ddc516d346d12a46887de99fde052e7 (
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
|
/*
*/
/*! \page tooltip-example.html
\ingroup examples
\title Advanced use of tool tips
This example widget demonstrates how to use tool tips for static and
dynamic regions within a widget.
It displays two blue and one red rectangle. The blue ones move every
time you click on them, the red one is static. There are dynamic
tool tips on the blue rectangles and a static tool tip on the red one.
<hr>
Header file:
\include tooltip/tooltip.h
<hr>
Implementation:
\include tooltip/tooltip.cpp
<hr>
Main:
\include tooltip/main.cpp
*/
|