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 enable
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
-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().
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:
void TQLabel::setBuddy ( TQWidget * buddy )
@@ -294,7 +294,7 @@ the format of text.
the buddy accelerator key is updated from the new text.
[virtual]