qt5base-lts/examples/widgets/richtext/textedit
Friedemann Kleint 18aad6da87 Brush up the text edit example
- Use initializer lists
- Use u instead of QLatin1String()
- Fix some clang warnings about else after return, constFirst()
- Streamline code
- Remove slot TextEdit::printPreview() which is not needed
- Rename variable fileName to pdfFileName in filePrintPdf()
  to disambiguate from this->fileName

Pick-to: 6.1
Change-Id: I377ebfd13487470b6f8eaf568dd5d99354f761f2
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2021-05-18 16:01:51 +02:00
..
images Support CSS text-decoration-color in underlines, overlines, strikethrough 2021-05-07 17:00:20 +02:00
.prev_CMakeLists.txt Add missing PNG file to CMakeLists.txt of richtext/textedit example 2021-05-14 22:42:34 +02:00
CMakeLists.txt Add missing PNG file to CMakeLists.txt of richtext/textedit example 2021-05-14 22:42:34 +02:00
example.html preserve HTML heading level in QTextBlockFormat; demonstrate in example 2018-03-02 08:05:00 +00:00
example.md Support the markdown underline extension 2020-11-07 09:35:11 +01:00
main.cpp Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
textedit.cpp Brush up the text edit example 2021-05-18 16:01:51 +02:00
textedit.h Brush up the text edit example 2021-05-18 16:01:51 +02:00
textedit.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
textedit.qdoc
textedit.qrc Support CSS text-decoration-color in underlines, overlines, strikethrough 2021-05-07 17:00:20 +02:00