diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqsizegrip.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsizegrip.html')
-rw-r--r-- | doc/html/ntqsizegrip.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqsizegrip.html b/doc/html/ntqsizegrip.html index faf977270..62cdb39f6 100644 --- a/doc/html/ntqsizegrip.html +++ b/doc/html/ntqsizegrip.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSizeGrip class provides a corner-grip for resizing a top-level window. <a href="#details">More...</a> <p><tt>#include <<a href="qsizegrip-h.html">ntqsizegrip.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qsizegrip-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -68,7 +68,7 @@ widget, so if you have a status bar (e.g. you are using <p> <p>See also <a href="ntqstatusbar.html">TQStatusBar</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="application.html">Main Window and Related Classes</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSizeGrip"></a>TQSizeGrip::TQSizeGrip ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQSizeGrip"></a>TQSizeGrip::TQSizeGrip ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a resize corner called <em>name</em>, as a child widget of <em>parent</em>. @@ -81,24 +81,24 @@ Destroys the size grip. Resizes the top-level widget containing this widget. The event is in <em>e</em>. -<p>Reimplemented from <a href="ntqwidget.html#mouseMoveEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#mouseMoveEvent">TQWidget</a>. <h3 class=fn>void <a name="mousePressEvent"></a>TQSizeGrip::mousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> Primes the resize operation. The event is in <em>e</em>. -<p>Reimplemented from <a href="ntqwidget.html#mousePressEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#mousePressEvent">TQWidget</a>. <h3 class=fn>void <a name="paintEvent"></a>TQSizeGrip::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * e )<tt> [virtual protected]</tt> </h3> Paints the resize grip. Resize grips are usually rendered as small diagonal textured lines in the lower-right corner. The event is in <em>e</em>. -<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQSizeGrip::sizeHint () const<tt> [virtual]</tt> </h3> Returns the size grip's size hint; this is a small size. -<p>Reimplemented from <a href="ntqwidget.html#sizeHint">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#sizeHint">TQWidget</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. |