Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license for tests files | Lucie Gérard | 2024-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I9657df5d660820e56c96d511ea49d321c54682e8 Reviewed-by: Christian Ehrlicher <[email protected]> | ||||
* | Add manual test for QTextCursor::insert* | Shawn Rutledge | 2023-09-12 | 1 | -0/+14 |
Visualize what's going on with tst_QTextCursor::insertMarkdown() at least. But this could be expanded for other purposes. It's also interesting to test drag-and-drop with this. And you can save the result to any supported text format. Change-Id: I363c32ff9b1bd7c53c562b08c58de95a69be0aa9 Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]> |