diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtooltipgroup.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qtooltipgroup.html')
-rw-r--r-- | doc/html/qtooltipgroup.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qtooltipgroup.html b/doc/html/qtooltipgroup.html index fb4e80b0a..8b83ff63d 100644 --- a/doc/html/qtooltipgroup.html +++ b/doc/html/qtooltipgroup.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQToolTipGroup class collects tool tips into related groups. <a href="#details">More...</a> -<p><tt>#include <<a href="qtooltip-h.html">qtooltip.h</a>></tt> -<p>Inherits <a href="qobject.html">TQObject</a>. +<p><tt>#include <<a href="qtooltip-h.html">ntqtooltip.h</a>></tt> +<p>Inherits <a href="ntqobject.html">TQObject</a>. <p><a href="qtooltipgroup-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -64,20 +64,20 @@ body { background: #ffffff; color: black; } The TQToolTipGroup class collects tool tips into related groups. <p> <p> Tool tips can display <em>two</em> texts: one in the tip and -(optionally) one that is typically in a <a href="qstatusbar.html">status +(optionally) one that is typically in a <a href="ntqstatusbar.html">status bar</a>. TQToolTipGroup provides a way to link tool tips to this status bar. <p> TQToolTipGroup has practically no API; it is only used as an -argument to <a href="qtooltip.html">TQToolTip</a>'s member functions, for example like this: +argument to <a href="ntqtooltip.html">TQToolTip</a>'s member functions, for example like this: <p> <pre> TQToolTipGroup * grp = new TQToolTipGroup( this, "tool tip relay" ); - <a href="qobject.html#connect">connect</a>( grp, SIGNAL(<a href="#showTip">showTip</a>(const <a href="qstring.html">TQString</a>&)), - myLabel, SLOT(setText(const <a href="qstring.html">TQString</a>&)) ); - <a href="qobject.html#connect">connect</a>( grp, SIGNAL(<a href="#removeTip">removeTip</a>()), + <a href="ntqobject.html#connect">connect</a>( grp, SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&)), + myLabel, SLOT(setText(const <a href="ntqstring.html">TQString</a>&)) ); + <a href="ntqobject.html#connect">connect</a>( grp, SIGNAL(<a href="#removeTip">removeTip</a>()), myLabel, SLOT(clear()) ); - TQToolTip::<a href="qtooltip.html#add">add</a>( giraffeButton, "feed giraffe", + TQToolTip::<a href="ntqtooltip.html#add">add</a>( giraffeButton, "feed giraffe", grp, "Give the giraffe a meal" ); - TQToolTip::<a href="qtooltip.html#add">add</a>( gorillaButton, "feed gorilla", + TQToolTip::<a href="ntqtooltip.html#add">add</a>( gorillaButton, "feed gorilla", grp, "Give the gorilla a meal" ); </pre> @@ -89,7 +89,7 @@ gorilla a meal" while the relevant tool tips are being displayed. <p>See also <a href="helpsystem.html">Help System</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQToolTipGroup"></a>TQToolTipGroup::TQToolTipGroup ( <a href="qobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolTipGroup"></a>TQToolTipGroup::TQToolTipGroup ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a tool tip group called <em>name</em>, with parent <em>parent</em>. @@ -117,7 +117,7 @@ See the <a href="qtooltipgroup.html#delay-prop">"delay"</a> property for details <h3 class=fn>void <a name="setEnabled"></a>TQToolTipGroup::setEnabled ( bool )<tt> [slot]</tt> </h3><p>Sets whether tool tips in the group are enabled. See the <a href="qtooltipgroup.html#enabled-prop">"enabled"</a> property for details. -<h3 class=fn>void <a name="showTip"></a>TQToolTipGroup::showTip ( const <a href="qstring.html">TQString</a> & longText )<tt> [signal]</tt> +<h3 class=fn>void <a name="showTip"></a>TQToolTipGroup::showTip ( const <a href="ntqstring.html">TQString</a> & longText )<tt> [signal]</tt> </h3> <p> This signal is emitted when one of the tool tips in the group is |