qt5base-lts/examples
Shawn Rutledge 75256d62d2 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>
2019-05-02 04:10:21 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging/dev 2019-03-31 18:45:03 +00:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01:00
opengl Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Render markdown task lists (checkboxes instead of bullets) in QTextEdit 2019-05-02 04:10:21 +00:00
xml Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.