summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/orderform
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-12-18 13:05:20 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2018-03-02 08:05:00 +0000
commit310daae53926628f80c08e4415b94b90ad525c8f (patch)
tree1fb89398d042bbbf3c336434a6e9bd9ff9683962 /examples/widgets/richtext/orderform
parentafe2a796894863f6d43196f07ca2cd64e1a3d078 (diff)
preserve HTML heading level in QTextBlockFormat; demonstrate in example
When reading an HTML file with <H1> for example, we still set the font size as before (that's how it always was done), but now it remembers that it came from an H1 tag, so it writes <h1 ...><span font-size:xx-large ...> ... rather than <p ...><span ...> ... This will help with the upcoming Markdown format, where heading level is saved but the font is not. Now the style combobox in examples/widgets/richtext/textedit can set list item type, heading type or "standard" formatting, and also shows the current formatting of the line that has the cursor. It was always a shortcoming in this example that it only allowed setting the current line's block format but had no feedback to show the current format. Change-Id: I0a7849b74f23fea84d3375c487c3a6b9f43240c1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples/widgets/richtext/orderform')
0 files changed, 0 insertions, 0 deletions