diff --git a/doc/qtcreator-locator-classes.png b/doc/qtcreator-locator-classes.png
new file mode 100644
index 0000000000000000000000000000000000000000..a2ab94de6d1b97a403ecab344f74d066785d7948
Binary files /dev/null and b/doc/qtcreator-locator-classes.png differ
diff --git a/doc/qtcreator-locator-files.png b/doc/qtcreator-locator-files.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ad456617e1237f95c6c2bb7868d45d33870e1c4
Binary files /dev/null and b/doc/qtcreator-locator-files.png differ
diff --git a/doc/qtcreator-locator-filesystem.png b/doc/qtcreator-locator-filesystem.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa9c7d4c9a1ce521c2f0baca7140e2486591d662
Binary files /dev/null and b/doc/qtcreator-locator-filesystem.png differ
diff --git a/doc/qtcreator-locator-help.png b/doc/qtcreator-locator-help.png
new file mode 100644
index 0000000000000000000000000000000000000000..31d1203bf52615b5445cb001eb0327dbc519d560
Binary files /dev/null and b/doc/qtcreator-locator-help.png differ
diff --git a/doc/qtcreator-locator-line.png b/doc/qtcreator-locator-line.png
new file mode 100644
index 0000000000000000000000000000000000000000..494717215bb2c7b3a3d2518c802b61b62b810c14
Binary files /dev/null and b/doc/qtcreator-locator-line.png differ
diff --git a/doc/qtcreator-locator-methods.png b/doc/qtcreator-locator-methods.png
new file mode 100644
index 0000000000000000000000000000000000000000..4494213de1b482f73ad967285d7980047cc8dd2a
Binary files /dev/null and b/doc/qtcreator-locator-methods.png differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 9ef83d0a8b072e53e36e79e42fcf8cf46d3add77..85a112dac9432eb233bed3ef40bde78b81303830 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -597,29 +597,38 @@
 
     \table
         \header
-            \o Function
-            \o Key Combination
+            \o  Function
+            \o  Key Combination
+            \o  Screenshot
         \row
-            \o Go to a line in the current document
-            \o Ctrl + K, l, Space, and the line number
+            \o  Go to a line in the current document
+            \o  Ctrl+K, l, Space, and the line number
+            \o  \image qtcreator-locator-line.png
         \row
-            \o Go to a function definition
-            \o Ctrl + K, :, Space, and the function name
+            \o  Go to a function definition
+            \o  Ctrl+K, :, Space, and the function name
         \row
-            \o Go to a help topic
-            \o Ctrl + K, ?, Space, and the topic
+            \o  Go to a help topic
+            \o  Ctrl+K, ?, Space, and the topic
+            \o  \image qtcreator-locator-help.png
         \row
-            \o Go to an opened document
-            \o Ctrl + K, o, Space, and the document name.
+            \o  Go to an opened document
+            \o  Ctrl+K, o, Space, and the document name.
         \row
-            \o Go to a file in the file system (browse the file system)
-            \o Ctrl + K, f, Space, and the file name.
+            \o  Go to a file in the file system (browse the file system)
+            \o  Ctrl+K, f, Space, and the file name.
         \row
-            \o Go to a file in any project currently loaded
-            \o Ctrl + K, a, Space, and the function name.
+            \o  Go to a file in any project currently loaded
+            \o  Ctrl+K, a, Space, and the function name.
+            \o  \image qtcreator-locator-files.png
+        \row
+            \o  Go to a file in the current project
+            \o  Ctrl+K, p, Space, and the function name.
+
         \row
-            \o Go to a file in the current project
-            \o Ctrl + K, p, Space, and the function name.
+            \o  Go to a class in the current project
+            \o  Ctrl+K, c, Space, and the class name.
+            \o  \image qtcreator-locator-classes.png
     \endtable
 */