diff options
Diffstat (limited to 'doc/html/tqpainter.html')
-rw-r--r-- | doc/html/tqpainter.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqpainter.html b/doc/html/tqpainter.html index 83ba7ef16..a2ec474d9 100644 --- a/doc/html/tqpainter.html +++ b/doc/html/tqpainter.html @@ -1516,7 +1516,7 @@ using the painter <em>p</em>. <p> The <em>lineWidth</em> argument specifies the line width. <p> The rectangle's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.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="tqstyle.html">TQStyle</a> to make @@ -1537,7 +1537,7 @@ line is neither horizontal nor vertical). lines. It is not the total line width. <p> The <em>midLineWidth</em> argument specifies the width of a middle line drawn in the <a href="tqcolorgroup.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 +<p> If you want to use a <a href="tqframe.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="tqstyle.html">TQStyle</a> to make @@ -1554,7 +1554,7 @@ the painter <em>p</em>. <p> The panel appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The <em>lineWidth</em> argument specifies the line width. <p> The panel's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.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="tqstyle.html">TQStyle</a> to make @@ -1575,7 +1575,7 @@ lines. It is not the total line width. drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> The rectangle's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.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="tqstyle.html">TQStyle</a> to make @@ -1605,7 +1605,7 @@ widgets that follow the current GUI style. <p> The panel appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <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> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.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="tqstyle.html">TQStyle</a> to make |