The locator provides one of the easiest ways in Qt Creator to browse through projects, files, classes, methods, documentation and file systems. You can find the locator in the bottom left of the Qt Creator window.
To activate the locator, press Ctrl+K (Cmd+K on Mac OS X) or select Tools > Locate.

To edit the currently open project's main.cpp file using the locator:

The main.cpp file opens in the editor.
It is also possible to enter only a part of a search string. As you type, the locator shows the occurrences of that string regardless of where in the name of an component it appears.
To narrow down the search results, you can use the following wildcard characters:
The locator allows you to browse not only files, but any items defined by locator filters. By default, the locator contains filters for:
To use a specific locator filter, type the assigned prefix followed by Space. The prefix is usually a single character.
For example, to locate symbols matching QDataStream:
The locator lists the results.

By default, the following filters are enabled and you do not need to use their prefixes explicitly:
The following locator filters are available by default:
| Function | Enter in locator | Example |
|---|---|---|
| Go to a line in the current file. | l Line number |
|
| Go to a symbol definition. | : Symbol name |
|
| Go to a symbol definition in the current file. | . Symbol name |
|
| Go to a help topic. | ? Help topic |
|
| Search for a term by using a web search engine. | r Search term |
|
| Go to an open file. | o File name |
|
| Go to a file in the file system (browse the file system). | f File name |
|
| Go to a file in any project currently open. | a File name |
|
| Go to a file in the current project. | p File name |
|
| Go to a class definition. | c Class name |
|
| Go to a method definition. | m Method name |
|
| Execute a text editing macro. | rm Macro name |
|
To quickly access files not directly mentioned in your project, you can create your own locator filters. That way you can locate files in a directory structure you have defined.
To create a locator filter:
and select Configure to open the Locator options.
To show only results matching this filter, select Limit to prefix.

You can use the Web Search (r) locator filter to perform web searches. URLs and search commands for Bing, Google, Yahoo! Search, cplusplus.com, and Wikipedia are configured by default.
To find out the format of the search command to use for your favorite web search engine, perform a search in your browser and copy the resulting URL to the locator filter configuration. Replace the search term with the variable %1.
To add URLs and search commands to the list:

The locator searches the files matching your file pattern in the directories you have selected and caches that information. The cache for all default filters is updated as you write your code. By default, Qt Creator updates the filters created by you once an hour.
To update the cached information manually, click
and select Refresh.
To set a new cache update time: