Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QTextView Class Reference

The QTextView class provides a rich-text viewer. More...

#include <QTextView>

This class is part of the Qt 3 compatibility library. It is provided to keep old source code working. We strongly advise against using it in new code.

Inherits Q3TextEdit.

Writable Properties

Read-Only Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


Detailed Description

The QTextView class provides a rich-text viewer.

This class wraps a read-only Q3TextEdit. Use a Q3TextEdit instead, and call setReadOnly(true) to disable editing.


Property Documentation

modified : bool

This property holds whether the text view's contents have been modified.

overwriteMode : bool

This property holds whether new text overwrites or pushes aside existing text.

readOnly : bool

This property holds whether the text view's contents are read only.

undoDepth : int

This property holds the number of undoable steps.

undoRedoEnabled : bool

This property holds whether undo and redo are enabled.


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp2