aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/creatorKateHighlighter.png
Commit message (Collapse)AuthorAgeFilesLines
* Support Markdown in the TextEditor example, including local pathsShawn Rutledge2020-08-101-0/+0
The example still loads an HTML file from resources by default, but now it's possible to give either a relative or absolute file path on the command line to load an html, markdown or plain text file. Alternatively you can use the file dialog to load any of these types. We assume that any resources (such as images) with relative paths are to be loaded from the directory where the source text file is. Pick-to: 5.15 Change-Id: I37bc2d6aa2306016453770dc2fd66efa41a16618 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>