diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/ntqframe.html | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt-7bc57326.tar.gz tqt-7bc57326.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r-- | doc/html/ntqframe.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index cc60ee7ec..c414306df 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/ntqframe.html @@ -167,11 +167,11 @@ look depends upon the current GUI style. <li><tt>TQFrame::TabWidgetPanel</tt> - is used to draw a frame suitable for tab widgets. The look depends upon the current GUI style. <li><tt>TQFrame::MShape</tt> - internal mask -</ul><p> When it does not call <a href="ntqstyle.html">TQStyle</a>, Shape interacts with TQFrame::Shadow, +</ul><p> When it does not call <a href="tqstyle.html">TQStyle</a>, Shape interacts with TQFrame::Shadow, the <a href="#lineWidth">lineWidth</a>() and the <a href="#midLineWidth">midLineWidth</a>() to create the total result. See the <a href="#picture">picture of the frames</a> in the class description. -<p> <p>See also <a href="#Shadow-enum">TQFrame::Shadow</a>, <a href="tqwidget.html#style">TQFrame::style</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). +<p> <p>See also <a href="#Shadow-enum">TQFrame::Shadow</a>, <a href="tqwidget.html#style">TQFrame::style</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQFrame"></a>TQFrame::TQFrame ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) |