diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2016-11-03 15:01:10 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2016-11-03 14:32:14 +0000 |
commit | 290743fdd6ac53a4930dc100294f5889957db6ae (patch) | |
tree | 9ef05ced3d85c03892860f02aaac884c4127702b /doc | |
parent | 8d4eb164e8d91a52ce1d811af40409be1459b673 (diff) | |
download | qt-creator-290743fdd6ac53a4930dc100294f5889957db6ae.tar.gz |
Doc: Describe synchronizing diagrams and Structure view
Change the UI text to use the name of the Structure view
instead of "Browser", which is a term not used in the documentation
or the model editor UI.
Change-Id: Id5654bc7f5c4a9c7147315333f60c88a9e667bbc
Reviewed-by: Jochen Becher <jochen_becher@gmx.de>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/editors/creator-modeling.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/editors/creator-modeling.qdoc b/doc/src/editors/creator-modeling.qdoc index 4083de2943..3b7acd31f8 100644 --- a/doc/src/editors/creator-modeling.qdoc +++ b/doc/src/editors/creator-modeling.qdoc @@ -83,6 +83,14 @@ a custom icon is defined. You can assign several comma-separated stereotypes to one element. + By default, when you select an element in a diagram, it is highlighted also + in the \uicontrol Structure view. To change this behavior so that selecting + an element in the \uicontrol Structure makes it highlighted also in the + diagram, click and hold the \inlineimage linkicon.png + button, and then select \uicontrol {Synchronize Diagram with Structure}. + To keep the selections in the diagram and the \uicontrol Structure view + synchronized, select \uicontrol {Keep Synchronized}. + To zoom into diagrams, press \key Ctrl++ or press \key Ctrl and roll the mouse wheel up. To zoom out of diagrams, press \key Ctrl+- or press \key Ctrl and roll the mouse wheel down. To reset the diagram size to 100%, |