summaryrefslogtreecommitdiff
path: root/doc/qtcreator.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-09-09 15:15:05 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-09-09 15:15:32 +0200
commit385a3d041df6a628e9b15c6c0c83a396da1755a3 (patch)
treebb4215433705fed43bc0611ec1144f80c21346f2 /doc/qtcreator.qdoc
parentb23b4588bf01f380f20c1cbbc8c4520194b9cd5e (diff)
downloadqt-creator-385a3d041df6a628e9b15c6c0c83a396da1755a3.tar.gz
Doc - Add information about using msysGit on Windows.
Reviewed-by: Friedemann Kleint
Diffstat (limited to 'doc/qtcreator.qdoc')
-rw-r--r--doc/qtcreator.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 0573b9c125..8a1fdfe816 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -843,6 +843,8 @@
resolution, select \gui{Embedded Design}.
\endlist
+ To switch between forms and code, use \key Shift+F4.
+
For more information on \QD, see
\l{http://doc.qt.nokia.com/4.7-snapshot/designer-manual.html}{Qt Designer Manual}.
@@ -3916,6 +3918,22 @@
that everything works (for example, use the status command). If no issues arise,
you should be ready to use the system also from Qt Creator.
+ \section2 Using msysGit on Windows
+
+ If you configure Git for use with \c {git bash}, only, and use SSH
+ authorization, Git looks for the SSH keys in the directory where the
+ \c HOME environment points to. The variable is always set by \c {git bash}.
+
+ However, the variable is typically not set in a Windows command prompt.
+ When you run Git from a Windows command prompt, it looks for the SSH keys in its
+ installation directory, and therefore, the authorization fails.
+
+ You can set the \c HOME environment variable from Qt Creator. Select \gui {Tools >
+ Options... > Version Control > Git}. Select the \gui {Environment Variables}
+ and the \gui {Set "HOME" environment variable} check boxes. \c HOME is set to
+ \c %HOMEDRIVE%%HOMEPATH% when the Git executable is run and authorization works
+ as it would with \c {git bash}.
+
\section1 Setting Up Common Options
Select \gui{Tools} > \gui{Options...} > \gui{Version Control} > \gui{Common}