I'm afraid this is not the purpose of tabs. You'll probably have to play with tables/frames and alignment attributes to achieve that or you'll have to work at a lower level (QAbstractTextDocumentLayout for instance) and tweak the behavior of the document framework so that tabs mean what you want them to but that won't be easy.
QTextDocument::setPageSize(const QSize&) maybe?





Reply With Quote
Bookmarks