Home

QtSpellCheckingTextEdit Class Reference

 #include <QtSpellCheckingTextEdit>

Inherits QTextEdit.

Public Functions

Additional Inherited Members


Detailed Description

The QtSpellCheckingTextEdit widget provides spell checking for QTextEdit. Currently the only supported platform is Mac OS X.

The widget integrates with the native spell checking system and provides syntax highlighting and and a context menu similar to the one provided by Carbon or Cocoa text edits.

Usage is similar to QTextEdit:

 QtSpellCheckingTextEdit textEdit;
 textEdit.show();


Member Function Documentation

QtSpellCheckingTextEdit::QtSpellCheckingTextEdit ( QWidget * parent = 0 )

Constructs an empty QtSpellCheckingTextEdit with parent parent.

QtSpellCheckingTextEdit::QtSpellCheckingTextEdit ( const QString & text, QWidget * parent = 0 )

Constructs a QtSpellCheckingTextEdit with parent parent. The text edit will display the text text. The text is interpreted as html.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Solutions