summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-02-06 17:10:42 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2019-05-02 04:10:21 +0000
commit75256d62d2462103180b368aa79b933acf71f444 (patch)
tree7c45742725ee1ceec2e42ba0594b2a522205b4b3 /examples/widgets
parentdeae75ae093d11714dd2f05a40dcfcdb6bb8e10e (diff)
Render markdown task lists (checkboxes instead of bullets) in QTextEdit
Checkboxes are right-aligned with any bullets that are in the same QTextList so that there is enough space to make them larger than bullets. But hopefully mixing bullets and checkboxes will be a rarely-used feature. Change-Id: I28e274d1f7883aa093df29eb4988e99641e87a71 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/richtext/textedit/example.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/widgets/richtext/textedit/example.md b/examples/widgets/richtext/textedit/example.md
index 70aeaf7649..a16a9197b4 100644
--- a/examples/widgets/richtext/textedit/example.md
+++ b/examples/widgets/richtext/textedit/example.md
@@ -50,6 +50,12 @@ The list will automatically be renumbered if you add or remove items. *Try
adding new sections to the above list or removing existing item to see the
numbers change.*
+Task lists can be used to track progress on projects:
+
+- [ ] This is not yet done
+- This is just a bullet point
+- [x] This is done
+
## Images
Inline images are treated like ordinary ranges of characters in the text