summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-222-18/+20
* Correct license for examples filesLucie Gérard2024-03-073-3/+3
* Move textedit example to manual testTor Arne Vestbø2023-06-2960-1442/+1
* Move calendar example to manual testTor Arne Vestbø2023-06-267-280/+1
* Replace QDialog::exec() with open() in text edit exampleMikolaj Boc2023-06-202-91/+149
* Doc: Fix documentation issuesTopi Reinio2023-06-091-0/+2
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-081-2/+0
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-201-1/+1
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-304-6/+6
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-302-9/+1
* Add missing qt_standard_project_setup to richtext/textedit exampleJoerg Bornemann2022-11-281-0/+2
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-174-8/+6
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-174-18/+18
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-1617-810/+34
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-244-16/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-134-5/+12
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-135-12/+1
* CMake: Prefer unversioned commandsKai Köhne2021-12-131-1/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-104-13/+7
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-108/+0
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-2/+7
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-174-4/+4
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-141-6/+6
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-4/+4
* Brush up the text edit exampleFriedemann Kleint2021-05-182-82/+67
* Add missing PNG file to CMakeLists.txt of richtext/textedit exampleJoerg Bornemann2021-05-142-0/+4
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-075-0/+19
* Port example away from deprecated QTextCharFormat APIVolker Hilsheimer2021-04-231-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-071-4/+6
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-275-0/+20
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-195-5/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-3/+3
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-102-2/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-12/+12
* CMake: Regenerate examplesAlexandru Croitor2020-07-095-5/+25
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in examplesJarek Kobus2020-06-232-2/+2
* Get rid of QTextCodec in the textedit exampleLars Knoll2020-05-141-10/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-6/+6
|\|
| * examples: Fix build for configurations that do not have printsupportOliver Wolff2020-03-051-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-132-6/+6
|\|