Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 1171

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

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