Search in projects or file systems

The search scope and search criteria determine where Qt Design Studio looks for the search string, how it matches the string with text, and which results it shows.

Search in all projects

  1. Press Ctrl+Shift+F or go to Edit > Find/Replace > Advanced Find > Open Advanced Find.
  2. In Scope, select All Projects.

    {Search Results view}

  3. In Search for, enter the string you are looking for.
  4. Select options to make the search case sensitive, search only whole words, or use regular expressions.
  5. In File pattern, specify file patterns to restrict the search to files that match the pattern. For example, to search for a string only in .cpp and .h files, enter *.cpp,*.h.
  6. In Exclusion pattern, specify file patterns to omit files from the search.
  7. Select Search.

Search in the file system

In addition to the options available for searching from all projects, you can select the search engine to use and the directory to search in.

  1. In Scope, select Files in File System.

    {Search Results view}

  2. In Search for, enter the string you are looking for.
  3. In Search engine, select the search engine to use:
    • Select Internal to use the Qt Design Studio search engine.
    • Select Git Grep to use Git to only search tracked files in the Git work tree. To restrict the search to the HEAD, a tag, a local or remote branch, or a commit hash, enter a reference. Leave the field empty to search through the file system.
  4. In Directory, select the directory to search in. Select Browse to locate the directory or Current to search in the directory where the currently active file is.
  5. Select Search.

Search and replace

To replace occurrences of the existing text:

  1. Select Search & Replace.

    {Search results when searching and replacing}

  2. Enter the new text in Replace with.
  3. Select Replace.

To preserve the case of the original text when replacing, select Preserve case. The rules listed in Preserve case when replacing apply here as well.

See also Search in current file and Search Results View.

Available under certain Qt licenses.
Find out more.