class KTextEdit |
|
|
A KDE'ified QTextEdit This is just a little subclass of QTextEdit, implementing some standard KDE features, like Cursor auto-hiding, configurable wheelscrolling (fast-scroll or zoom) and deleting of entire words with Ctrl-Backspace or Ctrl-Delete. Basic rule: whenever you want to use QTextEdit, use KTextEdit!
See also QTextEdit
Author Carsten Pfeiffer |
|
Constructs a KTextEdit object. See QTextEdit.QTextEdit for details. |
|
Constructs a KTextEdit object. See QTextEdit.QTextEdit for details. |
|
Create a modal dialog to check the spelling. This slot will not return until spell checking has been completed. |
|
Returns true if spell checking is enabled for this text edit. Note that it even returns true if this is a read-only KTextEdit, where spell checking is actually disabled. By default spell checking is disabled. See also setCheckSpellingEnabled() |
|
Reimplemented from QTextEdit to add spelling related items when appropriate. |
|
Allow to create specific Highlighter |
|
Deletes a word backwards from the current cursor position, if available. |
|
Deletes a word forwards from the current cursor position, if available. |
|
Reimplemented to instantiate a KDictSpellingHighlighter, if spellchecking is enabled. |
|
|
|
Reimplemented to catch "delete word" key events. |
|
Turns spell checking for this text edit on or off. Note that spell checking is only available in read-writable KTextEdits. See also checkSpellingEnabled() See also isReadOnly() See also setReadOnly() |
|
|
Reimplemented to set a proper "deactivated" background color. |
|
|
Reimplemented to allow fast-wheelscrolling with Ctrl-Wheel or zoom. |