Hi,

Can I feed QTableView with an HTML format string from the QAbstractItemModel?

For instance, if I return
<html> data1 <br> <hr> <br> data2 </html>
from QAbstractItemModel::data(...), how to let the QTableView display like the following?

data1
-------
data2