diff options
Diffstat (limited to 'doc/html/ntqtabbar.html')
-rw-r--r-- | doc/html/ntqtabbar.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 2875c7b3d..a9cb783bc 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTabBar class provides a tab bar, e.g. for use in tabbed dialogs. <a href="#details">More...</a> <p><tt>#include <<a href="qtabbar-h.html">ntqtabbar.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qtabbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -137,10 +137,10 @@ unusual; included for completeness) the Excel spreadsheet, for example </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTabBar"></a>TQTabBar::TQTabBar ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTabBar"></a>TQTabBar::TQTabBar ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a new, empty tab bar; the <em>parent</em> and <em>name</em> -arguments are passed on to the <a href="ntqwidget.html">TQWidget</a> constructor. +arguments are passed on to the <a href="tqwidget.html">TQWidget</a> constructor. <h3 class=fn><a name="~TQTabBar"></a>TQTabBar::~TQTabBar () </h3> @@ -207,7 +207,7 @@ Paints the tab <em>t</em> using painter <em>p</em>. If and only if <em>selected< is TRUE, <em>t</em> is drawn currently selected. <p> This virtual function may be reimplemented to change the look of TQTabBar. If you decide to reimplement it, you may also need to -reimplement <a href="ntqwidget.html#sizeHint">sizeHint</a>(). +reimplement <a href="tqwidget.html#sizeHint">sizeHint</a>(). <h3 class=fn>void <a name="paintEvent"></a>TQTabBar::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> </h3> @@ -216,7 +216,7 @@ Repaints the tab row. All the painting is done by <a href="#paint">paint</a>(); order. The event is passed in <em>e</em>. <p> <p>See also <a href="#paint">paint</a>(). -<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> </h3> Paints the label of tab <em>t</em> centered in rectangle <em>br</em> using @@ -237,7 +237,7 @@ determine which tab is pressed. The default implementation returns a pointer to the tab whose bounding rectangle contains <em>p</em>, if exactly one tab's bounding rectangle contains <em>p</em>. Otherwise it returns 0. -<p> <p>See also <a href="ntqwidget.html#mousePressEvent">mousePressEvent</a>() and <a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>(). +<p> <p>See also <a href="tqwidget.html#mousePressEvent">mousePressEvent</a>() and <a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>(). <h3 class=fn>void <a name="selected"></a>TQTabBar::selected ( int id )<tt> [signal]</tt> </h3> @@ -245,7 +245,7 @@ returns 0. <p> TQTabBar emits this signal whenever any tab is selected, whether by the program or by the user. The argument <em>id</em> is the id of the tab as returned by <a href="#addTab">addTab</a>(). -<p> <a href="ntqwidget.html#show">show</a>() is guaranteed to emit this signal; you can display your +<p> <a href="tqwidget.html#show">show</a>() is guaranteed to emit this signal; you can display your page in a slot connected to this signal. <h3 class=fn>void <a name="setCurrentTab"></a>TQTabBar::setCurrentTab ( int )<tt> [virtual slot]</tt> @@ -266,7 +266,7 @@ See the <a href="ntqtabbar.html#shape-prop">"shape"</a> property for details. Enables tab <em>id</em> if <em>enabled</em> is TRUE or disables it if <em>enabled</em> is FALSE. If <em>id</em> is currently selected, <a href="#setTabEnabled">setTabEnabled</a>(FALSE) makes another tab selected. <p> setTabEnabled() updates the display if this causes a change in <em>id</em>'s status. -<p> <p>See also <a href="ntqwidget.html#update">update</a>() and <a href="#isTabEnabled">isTabEnabled</a>(). +<p> <p>See also <a href="tqwidget.html#update">update</a>() and <a href="#isTabEnabled">isTabEnabled</a>(). <h3 class=fn>void <a name="setToolTip"></a>TQTabBar::setToolTip ( int index, const <a href="ntqstring.html">TQString</a> & tip ) </h3> |