HTML formatting in QML Text
问题 I have a part of HTML code, which displays small table. In browser it looks like in the picture: But when I want to display it in Text QML (which, according to the documentation, should support HTML), I see: (Orange rectangle is a part of rectangle, which is parent of mytext ) Text { id: mytext anchors.fill: parent text: "<div><table border='1'><caption><h4>Test stats</h4>"+ "</caption><tr bgcolor='#9acd32'><th/><th>Number1</th><th>Number2</th></tr> <tr><th>Line1</th>"+ "<td> 0 </td> <td> 1 <