From a02182991559acc8eddef966f106ae00c27a350d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:51:47 -0600 Subject: Rename a few stragglers --- qtjava/javalib/examples/textedit/example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qtjava/javalib/examples/textedit/example.html b/qtjava/javalib/examples/textedit/example.html index 90df139e..8815f9d8 100644 --- a/qtjava/javalib/examples/textedit/example.html +++ b/qtjava/javalib/examples/textedit/example.html @@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example: (the TQLineEdit) when the user presses Alt-P. You can also use the setBuddy() function to accomplish the same.

-

See also TQLineEdit, TQTextView, TQPixmap, TQMovie and GUI Design Handbook: Label +

See also TQLineEdit, TQTextView, TQPixmap, TQMovie and GUI Design Handbook: Label

Examples: cursor/cursor.cpp layout/layout.cpp @@ -208,7 +208,7 @@ Enables auto-resizing if enable is TRUE, or disables it if enableWhen 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 -a TQLayout (e.g. top-level widgets). +a TQLayout (e.g. top-level widgets).

Auto-resizing is disabled by default.

See also autoResize(), adjustSize() and sizeHint().

void TQLabel::setBuddy ( TQWidget * buddy ) [virtual]

@@ -294,7 +294,7 @@ the format of text. the buddy accelerator key is updated from the new text.

The label resizes itself if auto-resizing is enabled.

Note that Qlabel is well suited to display small rich text documents -only. For large documents, use TQTextView instead. It will flicker +only. For large documents, use TQTextView instead. It will flicker less on resize and can also provide a scrollbar if necessary.

See also text(), setTextFormat(), setBuddy() and setAlignment().

Examples: -- cgit v1.2.1