This is another way I'm trying to follow. However there are two problems. Currently I'm testing use of QTextCursor and insertTable but I have a problem that, after created a new table, the cursor remain "inside" the table and every new insertion is always inside the first cell, I need a way to move the cursor out of the table for create a new table outside. Since we are on topic can you help me about this problem?However the doubt I have regarding this solution is that, if QTextEdit control use tables as same way as standard html browser do, tables can not be positioned side by side but only one per line. I still was not able to verify...
By the way I made a picture for clarify better my needed format:
demo.jpg
As you cann see "block of words" have to be disposed in multiple lines as normal text but every big word must have the connected small word centered under them...
Bookmarks