From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qtextview.html | 81 ------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 doc/html/qtextview.html (limited to 'doc/html/qtextview.html') diff --git a/doc/html/qtextview.html b/doc/html/qtextview.html deleted file mode 100644 index 3895fbe97..000000000 --- a/doc/html/qtextview.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - -TQTextView Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQTextView Class Reference
[obsolete]

- -

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

#include <qtextview.h> -

Inherits TQTextEdit. -

List of all member functions. -

Properties

- -

Detailed Description

- -The TQTextView class provides a rich-text viewer. -

This class is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

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


Property Documentation

-

bool modified

-

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

-

bool overwriteMode

-

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

-

bool readOnly

-

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

-

int undoDepth

-

This property holds the number of undoable steps. -

-

bool undoRedoEnabled

-

This property holds whether undo and redo are enabled. -

-

-


-This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.1