To search through the currently open file:
If the text is found, all occurrences are highlighted as you type.
, or press F3. To go to the previous occurrence click
, or press Shift+F3.You can restrict the search in the Find field by selecting one or several search criteria:
.
.
. Regular expressions used in Qt Creator are modeled on Perl regular expressions. For more information on using regular expressions, see Detailed Description in the QRegExp Class Reference.Note: If you have selected text before selecting Find/Replace, the search is conducted within the selection.
To replace occurrences of the existing text, enter the new text in the Replace with field.
or press Ctrl+=.
.To search through projects, files on a file system or the currently open file:
For example, to search for previewer only in .cpp and .h files, enter in File pattern *.cpp,*.h.


A list of files containing the searched text is displayed in the Search Results pane.
Note: You can use Advanced Find also to search for symbols. For more information, see Finding Symbols.