aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/documenthandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix texteditor example for AndroidTomi Korpipaa2022-10-211-0/+69
* Use SPDX license identifiersLucie Gérard2022-06-141-49/+2
* TextEditor: Clean up example and use quick dialogsOliver Eftevaag2021-09-291-101/+24
* Update QStringConverter usageMårten Nordheim2020-10-091-1/+1
* Support Markdown in the TextEditor example, including local pathsShawn Rutledge2020-08-101-10/+17
* Port QtQuickControls2 from QTextCodec to QString{Converter|Decoder}Karsten Heimrich2020-06-171-4/+11
* Fix build failures as a result of QMetaType changes in qtbaseAlexandru Croitor2020-03-121-0/+2
* TextEditor: Add modified handlingFriedemann Kleint2019-08-211-0/+15
* Add missing includesJ-P Nurmi2017-02-241-0/+1
* Welcome to 2017J-P Nurmi2017-01-091-1/+1
* texteditor: add touch UIMitch Curtis2016-08-241-1/+10
* texteditor: replace setFileUrl() with load()J-P Nurmi2016-08-121-18/+2
* texteditor: add fileName & fileTypeJ-P Nurmi2016-08-121-15/+16
* texteditor: cosmetic cleanupJ-P Nurmi2016-08-121-2/+1
* texteditor: fix, unify and cleanup the settersJ-P Nurmi2016-08-121-9/+1
* texteditor: remove uninitialized/duplicate pointer memberJ-P Nurmi2016-08-121-17/+22
* texteditor: re-order the property accessorsJ-P Nurmi2016-08-121-152/+166
* texteditor: simplify saveAs() - let FileDialog handle the suffixJ-P Nurmi2016-08-121-23/+9
* Add Text Editor exampleMitch Curtis2016-08-111-0/+381