diff options
Diffstat (limited to 'qtjava/javalib/examples/textedit/example.html')
-rw-r--r-- | qtjava/javalib/examples/textedit/example.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qtjava/javalib/examples/textedit/example.html b/qtjava/javalib/examples/textedit/example.html index 8815f9d8..f01cc597 100644 --- a/qtjava/javalib/examples/textedit/example.html +++ b/qtjava/javalib/examples/textedit/example.html @@ -17,9 +17,9 @@ Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="qlabel-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li><div class="fn"><a href="#39107d"><b>TQLabel</b></a> ( QWidget * parent, const char * name=0, WFlags f=0 ) </div> -<li><div class="fn"><a href="#2bafbb"><b>TQLabel</b></a> ( const QString & text, TQWidget * parent, const char * name=0, WFlags f=0 ) </div> -<li><div class="fn"><a href="#5514c7"><b>TQLabel</b></a> ( QWidget * buddy, const QString &, TQWidget * parent, const char * name=0, WFlags f=0 ) </div> +<li><div class="fn"><a href="#39107d"><b>TQLabel</b></a> ( TQWidget * parent, const char * name=0, WFlags f=0 ) </div> +<li><div class="fn"><a href="#2bafbb"><b>TQLabel</b></a> ( const TQString & text, TQWidget * parent, const char * name=0, WFlags f=0 ) </div> +<li><div class="fn"><a href="#5514c7"><b>TQLabel</b></a> ( TQWidget * buddy, const TQString &, TQWidget * parent, const char * name=0, WFlags f=0 ) </div> <li><div class="fn"><a href="#9958af"><b>~TQLabel</b></a> () </div> <li><div class="fn">TQString <a href="#72cf09"><b>text</b></a> () const</div> <li><div class="fn">TQPixmap* <a href="#101ecb"><b>pixmap</b></a> () const</div> @@ -34,12 +34,12 @@ Inherits <a href="tqframe.html">TQFrame</a>. <li><div class="fn">virtual void setAutoResize ( bool ) <em>(obsolete)</em></div> <li><div class="fn">bool <a href="#7e1f73"><b>hasScaledContents</b></a> () const</div> <li><div class="fn">void <a href="#e9e3cf"><b>setScaledContents</b></a> ( bool ) </div> -<li><div class="fn">virtual void <a href="#191701"><b>setBuddy</b></a> ( QWidget * ) </div> +<li><div class="fn">virtual void <a href="#191701"><b>setBuddy</b></a> ( TQWidget * ) </div> <li><div class="fn">TQWidget* <a href="#123954"><b>buddy</b></a> () const</div> </ul> <h2>Public Slots</h2> <ul> -<li><div class="fn">virtual void <a href="#dffb43"><b>setText</b></a> ( const QString & ) </div> +<li><div class="fn">virtual void <a href="#dffb43"><b>setText</b></a> ( const TQString & ) </div> <li><div class="fn">virtual void <a href="#f3f301"><b>setPixmap</b></a> ( const QPixmap & ) </div> <li><div class="fn">virtual void <a href="#60de9f"><b>setMovie</b></a> ( const QMovie & ) </div> <li><div class="fn">virtual void <a href="#301e3c"><b>setNum</b></a> ( int ) </div> @@ -138,7 +138,7 @@ constructor. <p>See also <a href="#1f406e">setAlignment</a>(). <h3 class="fn">bool <a name="75b2a1"></a>TQLabel::autoResize () const</h3> <p><b>This function is obsolete.</b> It is provided to keep old source working, and will probably be removed in a future version of Qt. We strongly advise against using it in new code.<p> -<p>Returns TRUE if auto-resizing is enabled, or FALSE if auto-resizing +<p>Returns true if auto-resizing is enabled, or false if auto-resizing is disabled. <p>Auto-resizing is disabled by default. <p>See also <a href="#c0e104">setAutoResize</a>(). @@ -187,7 +187,7 @@ returns 0. <p>The <em>alignment</em> must be a bitwise OR of <a href="tqt.html#AlignmentFlags">TQt::AlignmentFlags</a> values. The <code>WordBreak, ExpandTabs, SingleLine</code> and <code>ShowPrefix</code> flags apply only if the label contains a plain text, and are otherwise ignored. The <code>DontClip</code> flag is always ignored. -<p>If the label has a buddy, the <code>ShowPrefix</code> flag is forced to TRUE. +<p>If the label has a buddy, the <code>ShowPrefix</code> flag is forced to true. <p>The default alignment is <code>AlignLeft | AlignVCenter | ExpandTabs</code> if the label doesn't have a buddy and <code>AlignLeft | AlignVCenter | ExpandTabs | ShowPrefix </code> if @@ -204,7 +204,7 @@ the label has a buddy. <p>Reimplemented from <a href="tqwidget.html#c7a335">TQWidget.</a> <h3 class="fn">void <a name="c0e104"></a>TQLabel::setAutoResize ( bool enable ) <code>[virtual]</code></h3> <p><b>This function is obsolete.</b> It is provided to keep old source working, and will probably be removed in a future version of Qt. We strongly advise against using it in new code.<p> -Enables auto-resizing if <em>enable</em> is TRUE, or disables it if <em>enable</em> is FALSE. +Enables auto-resizing if <em>enable</em> is true, or disables it if <em>enable</em> is false. <p>When auto-resizing is enabled, the label will resize itself to fit the contents whenever the contents change. The top left corner is not moved. This is useful for TQLabel widgets that are not managed by @@ -279,7 +279,7 @@ the label. Any previous content is cleared. <p>The label resizes itself if auto-resizing is enabled. <p>See also <a href="#101ecb">pixmap</a>() and <a href="#191701">setBuddy</a>(). <h3 class="fn">void <a name="e9e3cf"></a>TQLabel::setScaledContents ( bool enable )</h3> -<p>When called with <em>enable</em> == TRUE, and the label shows a pixmap, +<p>When called with <em>enable</em> == true, and the label shows a pixmap, it will scale the pixmap to fill available space. <p>See also <a href="#7e1f73">hasScaledContents</a>(). <h3 class="fn">void <a name="dffb43"></a>TQLabel::setText ( const <a href="tqstring.html">TQString</a> & text ) <code>[virtual slot]</code></h3> |