diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qtooltip.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qtooltip.html')
-rw-r--r-- | doc/html/qtooltip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qtooltip.html b/doc/html/qtooltip.html index 4ddd9b9e8..8082c132c 100644 --- a/doc/html/qtooltip.html +++ b/doc/html/qtooltip.html @@ -127,7 +127,7 @@ function <a href="#add">TQToolTip::add</a>() with the widget, rectangle and tip arguments. (See the <a href="tooltip-example.html">tooltip/tooltip.cpp</a> example.) Again, you can supply a <tt>TQToolTipGroup *</tt> and another text if you want. <p> Both of these are one-liners and cover the majority of cases. The -third and most general way to use TQToolTip retquires you to +third and most general way to use TQToolTip requires you to reimplement a pure virtual function to decide whether to pop up a tool tip. The <a href="tooltip-example.html">tooltip/tooltip.cpp</a> example demonstrates this too. This mode can be used to implement tips for text that can |