diff --git a/doc/qtcreator/images/qtcreator-class-view.png b/doc/qtcreator/images/qtcreator-class-view.png new file mode 100644 index 00000000000..dce8e6ee70e Binary files /dev/null and b/doc/qtcreator/images/qtcreator-class-view.png differ diff --git a/doc/qtcreator/images/qtcreator-include-hierarchy-view.png b/doc/qtcreator/images/qtcreator-include-hierarchy-view.png new file mode 100644 index 00000000000..9bd534784be Binary files /dev/null and b/doc/qtcreator/images/qtcreator-include-hierarchy-view.png differ diff --git a/doc/qtcreator/images/qtcreator-outline-view.png b/doc/qtcreator/images/qtcreator-outline-view.png new file mode 100644 index 00000000000..0e5a2a7ff92 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-outline-view.png differ diff --git a/doc/qtcreator/images/qtcreator-show-subprojects.png b/doc/qtcreator/images/qtcreator-show-subprojects.png index 94238246405..d781d0f0262 100644 Binary files a/doc/qtcreator/images/qtcreator-show-subprojects.png and b/doc/qtcreator/images/qtcreator-show-subprojects.png differ diff --git a/doc/qtcreator/src/user-interface/creator-views.qdoc b/doc/qtcreator/src/user-interface/creator-views.qdoc index 7c27ab85664..3696deff004 100644 --- a/doc/qtcreator/src/user-interface/creator-views.qdoc +++ b/doc/qtcreator/src/user-interface/creator-views.qdoc @@ -85,9 +85,14 @@ You can move the code for types and symbols around in the source file by dragging and dropping them in the outline. + \image qtcreator-outline-view.png "Outline view" + \list \li To see a complete list of all bindings, select \uicontrol {Filter Tree} > \uicontrol {Show All Bindings}. + \li To sort types or symbols alphabetically, select + \inlineimage sort_alphabetically.png + (\uicontrol {Sort Alphabetically}). \li To stop the synchronization with the type or symbol selected in the editor, deselect \uicontrol {Synchronize with Editor}. \endlist @@ -95,7 +100,11 @@ \section1 Viewing the Class Hierarchy The \uicontrol {Class View} shows the class hierarchy of the currently - open projects. To organize the view by subprojects, click + open projects. + + \image qtcreator-class-view.png "Class View" + + To organize the view by subprojects, click \inlineimage qtcreator-show-subprojects.png (\uicontrol {Show Subprojects}). @@ -124,6 +133,8 @@ the current file, right-click in the editor and select \uicontrol {Open Include Hierarchy} or press \key {Ctrl+Shift+I}. + \image qtcreator-include-hierarchy-view.png "Include Hierarchy view" + To keep the view synchronized with the file currently opened in the editor, select \uicontrol {Synchronize with Editor}. */