diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqframe.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r-- | doc/html/ntqframe.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index c414306df..d14572150 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/ntqframe.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qframe-h.html">ntqframe.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="ntqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqlcdnumber.html">TQLCDNumber</a>, <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqmenubar.html">TQMenuBar</a>, <a href="ntqpopupmenu.html">TQPopupMenu</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="ntqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. +<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="ntqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqlcdnumber.html">TQLCDNumber</a>, <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. <p><a href="qframe-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -87,7 +87,7 @@ The TQFrame class is the base class of widgets that can have a frame. fill in the frame. This function is reimplemented by subclasses. There are also two other less useful functions: <a href="#drawFrame">drawFrame</a>() and <a href="#frameChanged">frameChanged</a>(). -<p> <a href="ntqpopupmenu.html">TQPopupMenu</a> uses this to "raise" the menu above the surrounding +<p> <a href="tqpopupmenu.html">TQPopupMenu</a> uses this to "raise" the menu above the surrounding screen. <a href="ntqprogressbar.html">TQProgressBar</a> has a "sunken" look. <a href="ntqlabel.html">TQLabel</a> has a flat look. The frames of widgets like these can be changed. <p> <pre> @@ -197,7 +197,7 @@ inside the frame. It should only draw inside <a href="#contentsRect">contentsRec default function does nothing. <p> <p>See also <a href="#contentsRect-prop">contentsRect</a> and <a href="ntqpainter.html#setClipRect">TQPainter::setClipRect</a>(). -<p>Reimplemented in <a href="ntqlabel.html#drawContents">TQLabel</a>, <a href="ntqlcdnumber.html#drawContents">TQLCDNumber</a>, <a href="ntqmenubar.html#drawContents">TQMenuBar</a>, and <a href="ntqpopupmenu.html#drawContents">TQPopupMenu</a>. +<p>Reimplemented in <a href="ntqlabel.html#drawContents">TQLabel</a>, <a href="ntqlcdnumber.html#drawContents">TQLCDNumber</a>, <a href="tqmenubar.html#drawContents">TQMenuBar</a>, and <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a>. <h3 class=fn>void <a name="drawFrame"></a>TQFrame::drawFrame ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the frame using the painter <em>p</em> and the current frame |