Update various Qt 5 references and links

This commit is contained in:
Veronica Berglyd Olsen
2025-01-16 00:38:10 +01:00
parent 9388ea12f9
commit cd8da61977
7 changed files with 9 additions and 12 deletions
+1 -4
View File
@@ -136,12 +136,9 @@ document when reaching the end. There is also a switch that will try to match th
when the replacement is made. That is, it will try to keep the word upper, lower, or capitalised to
match the word being replaced.
The regular expression search is somewhat dependant on which version of Qt your system has. If you
have Qt 5.13 or higher, there is better support for Unicode symbols in the search.
.. seealso::
For more information on the capabilities of the Regular Expression option, see the Qt
documentation for the `QRegularExpression <https://doc.qt.io/qt-5/qregularexpression.html>`_
documentation for the `QRegularExpression <https://doc.qt.io/qt-6/qregularexpression.html>`_
class.