import QtQuick 2.0 Item { width: 320 height: 480 TextEdit { anchors.fill: parent verticalAlignment: Text.AlignBottom font.family: "Arial" font.pixelSize: 16 textFormat: Text.RichText text: "A table:
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
| Cell 5 | |
| Cell 6 | Cell 7 |
| Cell 8 | |