How can I define the alingment for a unique cell in a QTextTableCell ?
I've try with:
but it seems doest work... Even if tableFormat.setAlignment( Qt::AlignHCenter ); is set...Qt Code:
cur.blockFormat().setAlignment( Qt::AlignRight ); cur.insertText( "Total:" );To copy to clipboard, switch view to plain text mode
Any one could do that?
Thanks in advance...![]()
Bookmarks