diff options
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r-- | doc/html/ntqframe.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index 6d2194821..4b66bb896 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="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>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="tqlabel.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> @@ -88,10 +88,10 @@ 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="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. +screen. <a href="ntqprogressbar.html">TQProgressBar</a> has a "sunken" look. <a href="tqlabel.html">TQLabel</a> has a flat look. The frames of widgets like these can be changed. <p> <pre> - <a href="ntqlabel.html">TQLabel</a> label(...); + <a href="tqlabel.html">TQLabel</a> label(...); label.<a href="#setFrameStyle">setFrameStyle</a>( TQFrame::<a href="#Shape-enum">Panel</a> | TQFrame::<a href="#Shadow-enum">Raised</a> ); label.<a href="#setLineWidth">setLineWidth</a>( 2 ); @@ -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="tqpainter.html#setClipRect">TQPainter::setClipRect</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>. +<p>Reimplemented in <a href="tqlabel.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="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the frame using the painter <em>p</em> and the current frame |