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.
tqt3/examples/tooltip/tooltip.doc

34 lines
579 B

/*
*/
/*! \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
*/