Hi, guys,

I want to reimplement paintEvent() of QTextEdit for draw table, QT supported HTML is a subset of standard HTML, it's not enough when draw some complex tables.

The issue is: when i reimplemented this function, i found it will be called again and again so the member functions like insertHtml() can not work.

Does any one have a good solution for my issue? Or some other suggestion about insert a custom draw table(use QPainter functions draw) into QTextEdit.

Thanks in advance.