thanks for reply.
@tableFormat.setBorderMargin(1);@ - there is no setBorderMardin method in the QTextTableFormat :( There is setMargin(qreal) method, but it has no effect :(
I found tableFormat.setCellSpacing(0), which make border more thin.
"And for the second one: "
I set "<table "style"="border:solid 1px;">" but, I can't see any border :(.
Can anybody talk me, how to make table with QTextCursor::insertTable if table is a difficult (have a cells with a "rowspan" and "colspan")?
I found @QTextTable::mergeCells(int row, int col, int rowspan, int colspan);@