diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 7f973c943..4da385844 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -778,7 +778,7 @@ Use <a href="#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() or <a href <h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="baseSize"></a>TQWidget::baseSize () const </h3><p>Returns the base size of the widget. See the <a href="tqwidget.html#baseSize-prop">"baseSize"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="caption"></a>TQWidget::caption () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="caption"></a>TQWidget::caption () const </h3><p>Returns the window caption (title). See the <a href="tqwidget.html#caption-prop">"caption"</a> property for details. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="childAt"></a>TQWidget::childAt ( int x, int y, bool includeThis = FALSE ) const @@ -942,7 +942,7 @@ mouse enters this widget, and whenever it moves within the widget. overview of how to provide drag-and-drop in your application. <p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>. -<h3 class=fn>void <a name="drawText"></a>TQWidget::drawText ( int x, int y, const <a href="ntqstring.html">TQString</a> & str ) +<h3 class=fn>void <a name="drawText"></a>TQWidget::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> & str ) </h3> Draws the string <em>str</em> at position <em>(x, y)</em>. <p> The <em>y</em> position is the base line position of the text. The text @@ -951,7 +951,7 @@ is drawn using the default font and the default foreground color. more flexible results and often higher speed by using a a <a href="ntqpainter.html">painter</a> instead. <p> <p>See also <a href="#font-prop">font</a>, <a href="#foregroundColor">foregroundColor</a>(), and <a href="ntqpainter.html#drawText">TQPainter::drawText</a>(). -<h3 class=fn>void <a name="drawText-2"></a>TQWidget::drawText ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqstring.html">TQString</a> & str ) +<h3 class=fn>void <a name="drawText-2"></a>TQWidget::drawText ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="tqstring.html">TQString</a> & str ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the string <em>str</em> at position <em>pos</em>. @@ -1257,7 +1257,7 @@ hidden. <h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="icon"></a>TQWidget::icon () const </h3><p>Returns the widget's icon. See the <a href="tqwidget.html#icon-prop">"icon"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="iconText"></a>TQWidget::iconText () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="iconText"></a>TQWidget::iconText () const </h3><p>Returns the widget's icon text. See the <a href="tqwidget.html#iconText-prop">"iconText"</a> property for details. <h3 class=fn>void <a name="iconify"></a>TQWidget::iconify ()<tt> [slot]</tt> @@ -1922,7 +1922,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This corresponds to <a href="#setBaseSize">setBaseSize</a>( <a href="ntqsize.html">TQSize</a>(<em>basew</em>, <em>baseh</em>) ). Sets the widgets base size to width <em>basew</em> and height <em>baseh</em>. -<h3 class=fn>void <a name="setCaption"></a>TQWidget::setCaption ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setCaption"></a>TQWidget::setCaption ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the window caption (title). See the <a href="tqwidget.html#caption-prop">"caption"</a> property for details. <h3 class=fn>void <a name="setCursor"></a>TQWidget::setCursor ( const <a href="ntqcursor.html">TQCursor</a> & )<tt> [virtual]</tt> @@ -2035,7 +2035,7 @@ See the <a href="tqwidget.html#hidden-prop">"hidden"</a> property for details. <h3 class=fn>void <a name="setIcon"></a>TQWidget::setIcon ( const <a href="ntqpixmap.html">TQPixmap</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the widget's icon. See the <a href="tqwidget.html#icon-prop">"icon"</a> property for details. -<h3 class=fn>void <a name="setIconText"></a>TQWidget::setIconText ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setIconText"></a>TQWidget::setIconText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the widget's icon text. See the <a href="tqwidget.html#iconText-prop">"iconText"</a> property for details. <h3 class=fn>void <a name="setInputMethodEnabled"></a>TQWidget::setInputMethodEnabled ( bool b ) @@ -2196,7 +2196,7 @@ instead. <p> <p>See also <a href="#style">style</a>(), <a href="ntqstyle.html">TQStyle</a>, <a href="ntqapplication.html#style">TQApplication::style</a>(), and <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(). <p>Examples: <a href="grapher-nsplugin-example.html#x2778">grapher/grapher.cpp</a> and <a href="progressbar-example.html#x975">progressbar/progressbar.cpp</a>. -<h3 class=fn><a href="ntqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQWidget::setStyle ( const <a href="ntqstring.html">TQString</a> & style ) +<h3 class=fn><a href="ntqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQWidget::setStyle ( const <a href="tqstring.html">TQString</a> & style ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the widget's GUI style to <em>style</em> using the <a href="ntqstylefactory.html">TQStyleFactory</a>. @@ -2648,10 +2648,10 @@ widget defines <a href="#sizeIncrement">sizeIncrement</a>(). <p> <p>See also <a href="#sizeIncrement-prop">sizeIncrement</a>. <p>Set this property's value with <a href="#setBaseSize">setBaseSize</a>() and get this property's value with <a href="#baseSize">baseSize</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="caption-prop"></a>caption</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="caption-prop"></a>caption</h3> <p>This property holds the window caption (title). <p>This property only makes sense for top-level widgets. If no -caption has been set, the caption is <a href="ntqstring.html#TQString-null">TQString::null</a>. +caption has been set, the caption is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="#icon-prop">icon</a> and <a href="#iconText-prop">iconText</a>. <p>Set this property's value with <a href="#setCaption">setCaption</a>() and get this property's value with <a href="#caption">caption</a>(). @@ -2825,10 +2825,10 @@ has been set, <a href="#icon">icon</a>() returns 0. <p> <p>See also <a href="#iconText-prop">iconText</a>, <a href="#caption-prop">caption</a>, and <a href="appicon.html">Setting the Application Icon</a>. <p>Set this property's value with <a href="#setIcon">setIcon</a>() and get this property's value with <a href="#icon">icon</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="iconText-prop"></a>iconText</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="iconText-prop"></a>iconText</h3> <p>This property holds the widget's icon text. <p>This property only makes sense for top-level widgets. If no icon -text has been set, this functions returns <a href="ntqstring.html#TQString-null">TQString::null</a>. +text has been set, this functions returns <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="#icon-prop">icon</a> and <a href="#caption-prop">caption</a>. <p>Set this property's value with <a href="#setIconText">setIconText</a>() and get this property's value with <a href="#iconText">iconText</a>(). |