summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpainter.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqpainter.html')
-rw-r--r--doc/html/ntqpainter.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/ntqpainter.html b/doc/html/ntqpainter.html
index 7f51d407a..1e4d450d1 100644
--- a/doc/html/ntqpainter.html
+++ b/doc/html/ntqpainter.html
@@ -1520,9 +1520,9 @@ using the painter <em>p</em>.
<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it
display a plain rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Plain )</tt>.
<p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or
-<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="ntqstyle.html">TQStyle</a> to make
+<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make
widgets that follow the current GUI style.
-<p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>() and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
+<p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>() and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
<h3 class=fn>void <a name="qDrawShadeLine"></a>qDrawShadeLine ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;x1, int&nbsp;y1, int&nbsp;x2, int&nbsp;y2, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g, bool&nbsp;sunken, int&nbsp;lineWidth, int&nbsp;midLineWidth )
</h3>
@@ -1541,9 +1541,9 @@ drawn in the <a href="qcolorgroup.html#mid">TQColorGroup::mid</a>() color.
<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it
display a shaded line, for example <tt>TQFrame::setFrameStyle( TQFrame::HLine | TQFrame::Sunken )</tt>.
<p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or
-<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="ntqstyle.html">TQStyle</a> to make
+<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make
widgets that follow the current GUI style.
-<p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
+<p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
<h3 class=fn>void <a name="qDrawShadePanel"></a>qDrawShadePanel ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g, bool&nbsp;sunken, int&nbsp;lineWidth, const&nbsp;<a href="ntqbrush.html">TQBrush</a>&nbsp;*&nbsp;fill )
</h3>
@@ -1558,9 +1558,9 @@ the painter <em>p</em>.
<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it
display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::Panel | TQFrame::Sunken )</tt>.
<p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or
-<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="ntqstyle.html">TQStyle</a> to make
+<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make
widgets that follow the current GUI style.
-<p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>(), <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadeRect">qDrawShadeRect</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
+<p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>(), <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadeRect">qDrawShadeRect</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
<h3 class=fn>void <a name="qDrawShadeRect"></a>qDrawShadeRect ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g, bool&nbsp;sunken, int&nbsp;lineWidth, int&nbsp;midLineWidth, const&nbsp;<a href="ntqbrush.html">TQBrush</a>&nbsp;*&nbsp;fill )
</h3>
@@ -1579,9 +1579,9 @@ drawn in the <a href="qcolorgroup.html#mid">TQColorGroup::mid</a>() color.
<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it
display a shaded rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Raised )</tt>.
<p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or
-<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="ntqstyle.html">TQStyle</a> to make
+<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make
widgets that follow the current GUI style.
-<p> <p>See also <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawPlainRect">qDrawPlainRect</a>(), <a href="ntqstyle.html#drawItem">TQStyle::drawItem</a>(), <a href="ntqstyle.html#drawControl">TQStyle::drawControl</a>(), and <a href="ntqstyle.html#drawComplexControl">TQStyle::drawComplexControl</a>().
+<p> <p>See also <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawPlainRect">qDrawPlainRect</a>(), <a href="tqstyle.html#drawItem">TQStyle::drawItem</a>(), <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(), and <a href="tqstyle.html#drawComplexControl">TQStyle::drawComplexControl</a>().
<h3 class=fn>void <a name="qDrawWinButton"></a>qDrawWinButton ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g, bool&nbsp;sunken, const&nbsp;<a href="ntqbrush.html">TQBrush</a>&nbsp;*&nbsp;fill )
</h3>
@@ -1593,9 +1593,9 @@ widgets that follow the current GUI style.
<p> The line width is 2 pixels.
<p> The button's interior is filled with the <em>*fill</em> brush unless <em>fill</em> is 0.
<p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or
-<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="ntqstyle.html">TQStyle</a> to make
+<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make
widgets that follow the current GUI style.
-<p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>() and <a href="ntqstyle.html#drawControl">TQStyle::drawControl</a>().
+<p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>() and <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>().
<h3 class=fn>void <a name="qDrawWinPanel"></a>qDrawWinPanel ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g, bool&nbsp;sunken, const&nbsp;<a href="ntqbrush.html">TQBrush</a>&nbsp;*&nbsp;fill )
</h3>
@@ -1609,9 +1609,9 @@ widgets that follow the current GUI style.
<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it
display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::WinPanel | TQFrame::Raised )</tt>.
<p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or
-<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="ntqstyle.html">TQStyle</a> to make
+<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make
widgets that follow the current GUI style.
-<p> <p>See also <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawWinButton">qDrawWinButton</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
+<p> <p>See also <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawWinButton">qDrawWinButton</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>().
<!-- eof -->
<hr><p>