diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index cb2964553ab3558e9747f19bd947dd2bd1635705..3c50c9d428050c7e4668c2f21e5b1dc7ad5c6b10 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -151,6 +151,26 @@ \image qtcreator-compile-pane.png + + \section1 Session Management in Qt Creator + + ### screenshot + + In Qt Creator, a session is a collection of loaded projects, opened files, + editor settings, and so on. When you run Qt Creator, you have a default + session. You can create a new session using the \gui{Session Manager...}, + available in the \gui{File -> Session} menu. + + To switch between sessions, select \gui{File -> Session}. If you do not + create and select any session, Qt Creator will always use the default + session. + +\omit + session management can also store project dependencies, thorbjorn is + currently working on it +\endomit + + \section1 Qt Help Integration Qt Creator comes fully integrated with all of Qt's documentation and