iterator Class
class QTextFrame::iteratorThe iterator class provides an iterator for reading the contents of a QTextFrame. More...
Detailed Description
A frame consists of an arbitrary sequence of QTextBlocks and child QTextFrames. This class provides a way to iterate over the child objects of a frame, and read their contents. It does not provide a way to modify the contents of the frame.