forked from qt-creator/qt-creator
Doc: Use uicontrol more consistently
Use {} only when several words are grouped together and split up sequences like "\uicontrol { Tools > Options > ... }" into \uicontrol Tools > \uicontrol Options > ... Change-Id: Ia63a987db754d941f8875337c43728d05b5a9f14 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
instead).
|
instead).
|
||||||
|
|
||||||
\note If you need to change the debugger to use for an automatically
|
\note If you need to change the debugger to use for an automatically
|
||||||
detected \l{glossary-buildandrun-kit}{kit}, you can \uicontrol{Clone} the
|
detected \l{glossary-buildandrun-kit}{kit}, you can \uicontrol Clone the
|
||||||
kit and change the parameters in the clone. Make sure to select the cloned
|
kit and change the parameters in the clone. Make sure to select the cloned
|
||||||
kit for your project.
|
kit for your project.
|
||||||
|
|
||||||
@@ -279,12 +279,13 @@
|
|||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li To create a key for signing FSF GDB, select \uicontrol {Keychain Access >
|
\li To create a key for signing FSF GDB, select
|
||||||
Certificate Assistant > Create a Certificate}:
|
\uicontrol {Keychain Access} > \uicontrol {Certificate Assistant} >
|
||||||
|
\uicontrol {Create a Certificate}:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li In the \uicontrol {Name} field, input \uicontrol {fsfgdb} to
|
\li In the \uicontrol Name field, input \uicontrol fsfgdb to
|
||||||
replace the existing content.
|
replace the existing content.
|
||||||
|
|
||||||
\li In the \uicontrol {Certificate Type} field, select
|
\li In the \uicontrol {Certificate Type} field, select
|
||||||
@@ -299,8 +300,8 @@
|
|||||||
|
|
||||||
\li In the \uicontrol Keychain field, select \uicontrol System.
|
\li In the \uicontrol Keychain field, select \uicontrol System.
|
||||||
|
|
||||||
\li Select \uicontrol {Keychain Access > System}, and locate the
|
\li Select \uicontrol {Keychain Access} > \uicontrol System, and
|
||||||
certificate.
|
locate the certificate.
|
||||||
|
|
||||||
\li Double click the certificate to view certificate information.
|
\li Double click the certificate to view certificate information.
|
||||||
|
|
||||||
@@ -317,8 +318,9 @@
|
|||||||
codesign -f -s "fsfgdb" $INSTALL_LOCATION/fsfgdb
|
codesign -f -s "fsfgdb" $INSTALL_LOCATION/fsfgdb
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
\li In \QC, select \uicontrol {Qt Creator > Preferences > Build & Run >
|
\li In \QC, select \uicontrol {Qt Creator} > \uicontrol Preferences >
|
||||||
Kits} > \uicontrol Add to create a kit that uses FSF GDB.
|
\uicontrol {Build & Run} > \uicontrol Kits > \uicontrol Add to
|
||||||
|
create a kit that uses FSF GDB.
|
||||||
|
|
||||||
\li In the \uicontrol Debugger field, specify the path to FSF GDB
|
\li In the \uicontrol Debugger field, specify the path to FSF GDB
|
||||||
(\c $HOME/gdb72/bin/fsfgdb, but with an explicit value for
|
(\c $HOME/gdb72/bin/fsfgdb, but with an explicit value for
|
||||||
@@ -342,10 +344,11 @@
|
|||||||
\li Select an automatically created kit in the list, and then select
|
\li Select an automatically created kit in the list, and then select
|
||||||
\uicontrol Clone to create a copy of the kit.
|
\uicontrol Clone to create a copy of the kit.
|
||||||
|
|
||||||
\li In the \uicontrol Debugger field, select an LLDB Engine. If an LLDB Engine
|
\li In the \uicontrol Debugger field, select an LLDB Engine. If an LLDB
|
||||||
is not listed, select \uicontrol Manage to add it in \uicontrol Tools >
|
Engine is not listed, select \uicontrol Manage to add it in
|
||||||
\uicontrol Options > \uicontrol {Build & Run} > \uicontrol Debuggers. For more
|
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
|
||||||
information, see \l {Adding Debuggers}.
|
\uicontrol Debuggers. For more information, see
|
||||||
|
\l {Adding Debuggers}.
|
||||||
|
|
||||||
\li To use the debugger, add the kit in the \uicontrol {Build Settings}
|
\li To use the debugger, add the kit in the \uicontrol {Build Settings}
|
||||||
of the project.
|
of the project.
|
||||||
|
Reference in New Issue
Block a user