summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/qtcreator-locator-classes.pngbin0 -> 85668 bytes
-rw-r--r--doc/qtcreator-locator-files.pngbin0 -> 23406 bytes
-rw-r--r--doc/qtcreator-locator-filesystem.pngbin0 -> 42718 bytes
-rw-r--r--doc/qtcreator-locator-help.pngbin0 -> 32029 bytes
-rw-r--r--doc/qtcreator-locator-line.pngbin0 -> 10052 bytes
-rw-r--r--doc/qtcreator-locator-methods.pngbin0 -> 87493 bytes
-rw-r--r--doc/qtcreator.qdoc41
7 files changed, 25 insertions, 16 deletions
diff --git a/doc/qtcreator-locator-classes.png b/doc/qtcreator-locator-classes.png
new file mode 100644
index 0000000000..a2ab94de6d
--- /dev/null
+++ b/doc/qtcreator-locator-classes.png
Binary files differ
diff --git a/doc/qtcreator-locator-files.png b/doc/qtcreator-locator-files.png
new file mode 100644
index 0000000000..1ad456617e
--- /dev/null
+++ b/doc/qtcreator-locator-files.png
Binary files differ
diff --git a/doc/qtcreator-locator-filesystem.png b/doc/qtcreator-locator-filesystem.png
new file mode 100644
index 0000000000..aa9c7d4c9a
--- /dev/null
+++ b/doc/qtcreator-locator-filesystem.png
Binary files differ
diff --git a/doc/qtcreator-locator-help.png b/doc/qtcreator-locator-help.png
new file mode 100644
index 0000000000..31d1203bf5
--- /dev/null
+++ b/doc/qtcreator-locator-help.png
Binary files differ
diff --git a/doc/qtcreator-locator-line.png b/doc/qtcreator-locator-line.png
new file mode 100644
index 0000000000..494717215b
--- /dev/null
+++ b/doc/qtcreator-locator-line.png
Binary files differ
diff --git a/doc/qtcreator-locator-methods.png b/doc/qtcreator-locator-methods.png
new file mode 100644
index 0000000000..4494213de1
--- /dev/null
+++ b/doc/qtcreator-locator-methods.png
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 9ef83d0a8b..85a112dac9 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
*/