Text Related Classes
These classes are relevant to text processing. (See the XML classes
for XML.)
- QCString
(Abstraction of the classic C zero-terminated char array (char *))
- QChar
(Lightweight Unicode character)
- QCharRef
(Helper class for QString)
- QConstString
(String objects using constant Unicode data)
- QLabel
(Text or image display)
- QSimpleRichText
(Small displayable piece of rich text)
- QStrList
(Doubly-linked list of char*)
- QString
(Abstraction of Unicode text and the classic C null-terminated char array (char *))
- QStringList
(List of strings)
- QStyleSheet
(Collection of styles for rich text rendering and a generator of tags)
- QStyleSheetItem
(Encapsulation of a set of text styles)
- QTextBrowser
(Rich text browser with hypertext navigation)
- QTextEdit
(Sophisticated single-page rich text editor)
- QTextStream
(Basic functions for reading and writing text using a QIODevice)
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta3
|