diff options
Diffstat (limited to 'doc/html/tqlcdnumber.html')
-rw-r--r-- | doc/html/tqlcdnumber.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqlcdnumber.html b/doc/html/tqlcdnumber.html index 8f145f43c..954ffbf20 100644 --- a/doc/html/tqlcdnumber.html +++ b/doc/html/tqlcdnumber.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQLCDNumber widget displays a number with LCD-like digits. <a href="#details">More...</a> <p><tt>#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="tqlcdnumber-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -113,7 +113,7 @@ store the value there. <p> Incidentally, TQLCDNumber is the very oldest part of TQt, tracing back to a BASIC program on the <a href="http://www.nvg.ntnu.no/sinclair/computers/zxspectrum/zxspectrum.htm">Sinclair Spectrum</a>. <p> <img src=tqlcdnum-m.png> <img src=tqlcdnum-w.png> -<p> <p>See also <a href="tqlabel.html">TQLabel</a>, <a href="ntqframe.html">TQFrame</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqlabel.html">TQLabel</a>, <a href="tqframe.html">TQFrame</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Mode-enum"></a>TQLCDNumber::Mode</h3> @@ -142,7 +142,7 @@ widget. Constructs an LCD number, sets the number of digits to 5, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The <a href="#segmentStyle">segmentStyle</a>() is set to <a href="#SegmentStyle-enum">Outline</a>. -<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#numDigits-prop">numDigits</a> and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>. @@ -151,7 +151,7 @@ constructor. Constructs an LCD number, sets the number of digits to <em>numDigits</em>, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The <a href="#segmentStyle">segmentStyle</a>() is set to <a href="#SegmentStyle-enum">Outline</a>. -<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#numDigits-prop">numDigits</a> and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>. @@ -195,9 +195,9 @@ This is an overloaded member function, provided for convenience. It behaves esse <h3 class=fn>void <a name="drawContents"></a>TQLCDNumber::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the LCD number using painter <em>p</em>. This function is called -from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). +from <a href="tqframe.html#paintEvent">TQFrame::paintEvent</a>(). -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>int <a name="intValue"></a>TQLCDNumber::intValue () const </h3><p>Returns the displayed value rounded to the nearest integer. See the <a href="tqlcdnumber.html#intValue-prop">"intValue"</a> property for details. |