PDA

View Full Version : How to draw columns text in QTextDocument?



nifei
23rd March 2009, 02:17
Hi, all,
I want to get "Columns Format" QTextDocument as in "Microsoft Office Word". If using "QTextCursor : : insertTable(QTextTableFormat *) " , i have to set contents of each item in the 1 * 2 table. Is there any solution providing columns of QTextDocument in a paintdevice?