From c7ba7b5d3a64778db127657acf52404a2eda7ec1 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:07:33 +0200 Subject: [PATCH] Add a link to the regular expression Qt docs for the search/replace tool --- docs/source/usage_interface.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/usage_interface.rst b/docs/source/usage_interface.rst index 2fd5991f..1b560743 100644 --- a/docs/source/usage_interface.rst +++ b/docs/source/usage_interface.rst @@ -204,6 +204,12 @@ 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 `_ + class. + .. _a_ui_edit_auto: