diff options
author | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2011-01-05 15:17:14 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2011-01-05 15:18:44 +0100 |
commit | a65c335f28657e920e7912900cace07e1d3902cb (patch) | |
tree | c7023a98b49c179a8228f78cd9fc4b031f2207f0 | |
parent | e344de777056e91c4bb8ddaf7e8d5af89ce746ac (diff) | |
download | qt-creator-a65c335f28657e920e7912900cace07e1d3902cb.tar.gz |
Doc: update and add screenshots
Reviewed-by: Carsten Owerfeldt
-rw-r--r-- | doc/images/qtcreator-context-sensitive-help.png | bin | 54232 -> 199844 bytes | |||
-rw-r--r-- | doc/images/qtcreator-help-search.png | bin | 0 -> 175553 bytes | |||
-rw-r--r-- | doc/qtcreator.qdoc | 13 |
3 files changed, 10 insertions, 3 deletions
diff --git a/doc/images/qtcreator-context-sensitive-help.png b/doc/images/qtcreator-context-sensitive-help.png Binary files differindex 362e5ed29e..c67ef74426 100644 --- a/doc/images/qtcreator-context-sensitive-help.png +++ b/doc/images/qtcreator-context-sensitive-help.png diff --git a/doc/images/qtcreator-help-search.png b/doc/images/qtcreator-help-search.png Binary files differnew file mode 100644 index 0000000000..bc3332cd40 --- /dev/null +++ b/doc/images/qtcreator-help-search.png diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index f96eeaca49..2517dbd8fb 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -806,19 +806,26 @@ Qt Creator comes fully integrated with Qt documentation and examples using the Qt Help plugin. + \list \o To view documentation, switch to \gui Help mode. \o To obtain context sensitive help, move the text cursor to a Qt class or function and press \key F1. The documentation is displayed in a pane next to the code editor, or, if there is not enough vertical space, in the fullscreen \gui Help mode. - - \image qtcreator-context-sensitive-help.png - \o To select and configure how the documentation is displayed in the \gui Help mode, select \gui Tools > \gui Options... > \gui Help. \endlist + The following image displays the \gui Search pane in the \gui Help mode. + + \image qtcreator-help-search.png + + The following image displays the context sensitive help in the \gui Edit + mode. + + \image qtcreator-context-sensitive-help.png + \section1 Finding Information in Qt Documentation Qt Creator, \QSDK and other Qt deliverables contain documentation |