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/qtab.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qtab.html')
-rw-r--r-- | doc/html/qtab.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/qtab.html b/doc/html/qtab.html index eee12fbb5..e62ad097a 100644 --- a/doc/html/qtab.html +++ b/doc/html/qtab.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQTab class provides the structures in a TQTabBar. <a href="#details">More...</a> -<p><tt>#include <<a href="qtabbar-h.html">qtabbar.h</a>></tt> -<p>Inherits <a href="qt.html">TQt</a>. +<p><tt>#include <<a href="qtabbar-h.html">ntqtabbar.h</a>></tt> +<p>Inherits <a href="ntqt.html">TQt</a>. <p><a href="qtab-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -56,21 +56,21 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQTab class provides the structures in a <a href="qtabbar.html">TQTabBar</a>. +The TQTab class provides the structures in a <a href="ntqtabbar.html">TQTabBar</a>. <p> <p> This class is used for custom TQTabBar tab headings. -<p> <p>See also <a href="qtabbar.html">TQTabBar</a> and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="ntqtabbar.html">TQTabBar</a> and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTab"></a>TQTab::TQTab () </h3> Constructs an empty tab. All fields are set to empty. -<h3 class=fn><a name="TQTab-2"></a>TQTab::TQTab ( const <a href="qstring.html">TQString</a> & text ) +<h3 class=fn><a name="TQTab-2"></a>TQTab::TQTab ( const <a href="ntqstring.html">TQString</a> & text ) </h3> Constructs a tab with the text <em>text</em>. -<h3 class=fn><a name="TQTab-3"></a>TQTab::TQTab ( const <a href="qiconset.html">TQIconSet</a> & icon, const <a href="qstring.html">TQString</a> & text = TQString::null ) +<h3 class=fn><a name="TQTab-3"></a>TQTab::TQTab ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text = TQString::null ) </h3> Constructs a tab with an <em>icon</em> and the text, <em>text</em>. @@ -78,10 +78,10 @@ Constructs a tab with an <em>icon</em> and the text, <em>text</em>. </h3> Destroys the tab and frees up all allocated resources. -<h3 class=fn><a href="qiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQTab::iconSet () const +<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQTab::iconSet () const </h3> -<p> Return the <a href="qiconset.html">TQIconSet</a> of the TQTab. +<p> Return the <a href="ntqiconset.html">TQIconSet</a> of the TQTab. <h3 class=fn>int <a name="identifier"></a>TQTab::identifier () const </h3> @@ -93,17 +93,17 @@ Destroys the tab and frees up all allocated resources. <p> Returns TRUE if the TQTab is enabled; otherwise returns FALSE. -<h3 class=fn><a href="qrect.html">TQRect</a> <a name="rect"></a>TQTab::rect () const +<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQTab::rect () const </h3> -<p> Return the <a href="qrect.html">TQRect</a> for the TQTab. +<p> Return the <a href="ntqrect.html">TQRect</a> for the TQTab. <h3 class=fn>void <a name="setEnabled"></a>TQTab::setEnabled ( bool enable ) </h3> <p> If <em>enable</em> is TRUE enable the TQTab, otherwise disable it. -<h3 class=fn>void <a name="setIconSet"></a>TQTab::setIconSet ( const <a href="qiconset.html">TQIconSet</a> & icon ) +<h3 class=fn>void <a name="setIconSet"></a>TQTab::setIconSet ( const <a href="ntqiconset.html">TQIconSet</a> & icon ) </h3> Sets the tab's iconset to <em>icon</em> @@ -111,18 +111,18 @@ Sets the tab's iconset to <em>icon</em> </h3> <p> Set the identifier for the TQTab to <em>i</em>. Each TQTab's identifier -within a <a href="qtabbar.html">TQTabBar</a> must be unique. +within a <a href="ntqtabbar.html">TQTabBar</a> must be unique. -<h3 class=fn>void <a name="setRect"></a>TQTab::setRect ( const <a href="qrect.html">TQRect</a> & rect ) +<h3 class=fn>void <a name="setRect"></a>TQTab::setRect ( const <a href="ntqrect.html">TQRect</a> & rect ) </h3> -<p> Set the TQTab <a href="qrect.html">TQRect</a> to <em>rect</em>. +<p> Set the TQTab <a href="ntqrect.html">TQRect</a> to <em>rect</em>. -<h3 class=fn>void <a name="setText"></a>TQTab::setText ( const <a href="qstring.html">TQString</a> & text ) +<h3 class=fn>void <a name="setText"></a>TQTab::setText ( const <a href="ntqstring.html">TQString</a> & text ) </h3> Sets the text of the tab to <em>text</em>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="text"></a>TQTab::text () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQTab::text () const </h3> <p> Returns the text of the TQTab label. |