forked from qt-creator/qt-creator
Doc: Remove "press"
Replace "press" with "select" where applicable. Task-number: QDS-14114 Change-Id: Ied50613eb424354ecfc3c65adb8f1b6ed21220e3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
In \uicontrol {Extra arguments}, enter additional arguments for
|
||||
running Heob. To list the available arguments in the Heob console, enter
|
||||
\c -H in this field and press \key Enter.
|
||||
\c -H in this field and select \key Enter.
|
||||
|
||||
For example, use the \c -oleaks.html option to record leak data in an HTML
|
||||
file. Together with this option, you can use the \c -g2 option to group the
|
||||
|
@@ -180,15 +180,15 @@
|
||||
case-sensitivity. Select \uicontrol {Show Non-matching Lines} to
|
||||
hide the lines that match the filter.
|
||||
|
||||
Press \key {Ctrl+F} to \l{Search in current file}{search} for a string in
|
||||
Select \key {Ctrl+F} to \l{Search in current file}{search} for a string in
|
||||
the output.
|
||||
|
||||
To increase or decrease the output text size, select \inlineimage icons/plus.png
|
||||
(\uicontrol {Zoom In}) or \inlineimage icons/minus.png
|
||||
(\uicontrol {Zoom Out}), or press \key Ctrl++ or \key Ctrl+-.
|
||||
(\uicontrol {Zoom Out}), or select \key Ctrl++ or \key Ctrl+-.
|
||||
|
||||
To hide the output, select the \inlineimage icons/rightsidebaricon.png
|
||||
(\uicontrol {Hide Right Sidebar}) button or press \key {Alt+Shift+0}.
|
||||
(\uicontrol {Hide Right Sidebar}) button or select \key {Alt+Shift+0}.
|
||||
|
||||
\section1 CLICOLOR_FORCE Environment Variable
|
||||
|
||||
|
@@ -271,7 +271,7 @@
|
||||
\li \c{$ENV} for environment variables
|
||||
\endlist
|
||||
|
||||
Press \key Tab or \key Enter to accept the selected suggestion and complete
|
||||
Select \key Tab or \key Enter to accept the selected suggestion and complete
|
||||
the code.
|
||||
|
||||
\sa {Build with CMake}{How To: Build with CMake}, {CMake}, {Completion},
|
||||
|
@@ -172,7 +172,7 @@
|
||||
|
||||
\list
|
||||
|
||||
\li In the code editor, click the left margin or press \key F9
|
||||
\li In the code editor, click the left margin or select \key F9
|
||||
(\key F8 on \macos) on a particular line where you want the
|
||||
application to stop.
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
\li In the \uicontrol {Breakpoint Preset} view or the
|
||||
\uicontrol Breakpoints view:
|
||||
\list
|
||||
\li Select the breakpoint and press \key Delete.
|
||||
\li Select the breakpoint and select \key Delete.
|
||||
\li Select \uicontrol {Delete Selected Breakpoints},
|
||||
\uicontrol {Delete Selected Breakpoints}, or
|
||||
\uicontrol {Delete Breakpoints of File} in the
|
||||
@@ -310,13 +310,13 @@
|
||||
\li Right-click the breakpoint marker in the text editor and select
|
||||
\uicontrol{Disable Breakpoint}.
|
||||
|
||||
\li Select a line that has a breakpoint and press \key Ctrl+F9
|
||||
\li Select a line that has a breakpoint and select \key Ctrl+F9
|
||||
(\key Ctrl+F8 on \macos).
|
||||
|
||||
\li In the \uicontrol {Breakpoint Preset} view or the
|
||||
\uicontrol Breakpoints view:
|
||||
\list
|
||||
\li Select the breakpoint and press \key Space.
|
||||
\li Select the breakpoint and select \key Space.
|
||||
\li Select \uicontrol {Disable Breakpoint} in the context menu.
|
||||
\endlist
|
||||
\endlist
|
||||
|
@@ -35,7 +35,7 @@
|
||||
\image qtcreator-setting-breakpoint1.png
|
||||
|
||||
\li Go to \uicontrol Debug > \uicontrol {Start Debugging} >
|
||||
\uicontrol {Start Debugging of Startup Project} or press \key F5.
|
||||
\uicontrol {Start Debugging of Startup Project} or select \key F5.
|
||||
|
||||
\li To view information about the breakpoint, go to the
|
||||
\uicontrol Breakpoints view.
|
||||
|
@@ -227,7 +227,7 @@
|
||||
\list
|
||||
\li Select \inlineimage icons/qtcreator-debug-button.png
|
||||
(\uicontrol {Start Debugging of Startup Project}).
|
||||
\li Press \key F5.
|
||||
\li Select \key F5.
|
||||
\li Enter \c {dr} in the locator, and select the project to debug.
|
||||
\li Go to \uicontrol Debug > \uicontrol {Start Debugging} >
|
||||
\uicontrol {Start Debugging of Startup Project}.
|
||||
@@ -1083,7 +1083,7 @@
|
||||
the contents of variables of simple data types, for example, \c int, \c float,
|
||||
\c QString and \c std::string when the application is interrupted. To do so,
|
||||
click the \uicontrol Value column, modify the value with the inplace editor,
|
||||
and press \key Enter.
|
||||
and select \key Enter.
|
||||
|
||||
To change the complete contents of QVector or \c std::vector values, type
|
||||
all values separated by commas into the \uicontrol Value column of the main
|
||||
@@ -1421,7 +1421,7 @@
|
||||
You can use the left pane of the \uicontrol {Debugger Log} view to directly
|
||||
interact with the command line of the debugger.
|
||||
|
||||
Press \key {Ctrl+Enter} to send the contents of the line under the
|
||||
Select \key {Ctrl+Enter} to send the contents of the line under the
|
||||
text cursor to the debugger. Or, enter the command in the
|
||||
\uicontrol Command field. The right side pane of the
|
||||
\uicontrol {Debugger Log} view shows the command output.
|
||||
|
@@ -69,7 +69,7 @@
|
||||
\image qtquick-example-setting-breakpoint2.webp {Debugger view}
|
||||
|
||||
\li Select \inlineimage icons/debugger_stepinto_small.png
|
||||
(\uicontrol {Step Into}) on the toolbar or press \key F11 to step
|
||||
(\uicontrol {Step Into}) on the toolbar or select \key F11 to step
|
||||
into the code in the stack. The samegame.js file opens in the code
|
||||
editor at the function that starts a new game.
|
||||
|
||||
|
@@ -132,7 +132,7 @@
|
||||
\section1 Starting QML debugging
|
||||
|
||||
To start the application, choose \uicontrol Debug > \uicontrol {Start Debugging}
|
||||
> \uicontrol {Start Debugging of Startup Project} or press \key F5. Once the
|
||||
> \uicontrol {Start Debugging of Startup Project} or select \key F5. Once the
|
||||
application starts running, it behaves and performs as usual. You can then
|
||||
perform the following tasks:
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
complete the code. It shows a list of suggestions to
|
||||
the statement currently under your cursor.
|
||||
|
||||
Press \key Tab or \key Enter to accept the selected suggestion and complete
|
||||
Select \key Tab or \key Enter to accept the selected suggestion and complete
|
||||
the code.
|
||||
|
||||
\if defined(qtcreator)
|
||||
@@ -29,7 +29,7 @@
|
||||
\image qml-code-completion.png
|
||||
\caption Suggestions for completing QML code.
|
||||
|
||||
To open the list of suggestions at any time, press \key {Ctrl+Space}.
|
||||
To open the list of suggestions at any time, select \key {Ctrl+Space}.
|
||||
If only one option is available, \QC inserts it automatically.
|
||||
|
||||
\section1 Summary of Available Types
|
||||
@@ -107,8 +107,8 @@
|
||||
\section1 Complete code snippets
|
||||
|
||||
Code snippets can consist of multiple variables that you specify values for.
|
||||
Select an item in the list and press \key Tab or \key Enter to complete the
|
||||
code. Press \key Tab to move between the variables and specify values for
|
||||
Select an item in the list and select \key Tab or \key Enter to complete the
|
||||
code. Select \key Tab to move between the variables and specify values for
|
||||
them. When you specify a value for a variable, all instances of the variable
|
||||
within the snippet are renamed.
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
|
||||
Select the \uicontrol {Automatically split strings} check box to split
|
||||
a string to two lines by adding an end quote at the cursor position when
|
||||
you press \key Enter and a start quote at the beginning of the next line,
|
||||
you select \key Enter and a start quote at the beginning of the next line,
|
||||
before the rest of the string. In addition, pressing \key {Shift+Enter}
|
||||
inserts an escape character at the cursor position and moves the rest of
|
||||
the string to the next line.
|
||||
@@ -182,7 +182,7 @@
|
||||
closing character is added automatically at the end of the selection.
|
||||
|
||||
By default, the automatically inserted text is highlighted and animated,
|
||||
skipped when you type, and removed when you press \key Backspace.
|
||||
skipped when you type, and removed when you select \key Backspace.
|
||||
|
||||
\if defined(qtcreator)
|
||||
\sa {Complete CMake code}, {Enclose code in brackets or quotes}, {Nim}
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
When you type text or code, it is indented automatically according to the
|
||||
selected text editor or code style preferences. Select a block to indent it when
|
||||
you press \key Tab. Press \key {Shift+Tab} to decrease the indentation. You
|
||||
you select \key Tab. Select \key {Shift+Tab} to decrease the indentation. You
|
||||
can disable automatic indentation.
|
||||
|
||||
To fix the indentation in the file currently open in the editor,
|
||||
@@ -25,16 +25,16 @@
|
||||
|
||||
\list
|
||||
\li To automatically indent the highlighted text, select
|
||||
\uicontrol {Auto-indent Selection} or press \key {Ctrl+I}.
|
||||
\uicontrol {Auto-indent Selection} or select \key {Ctrl+I}.
|
||||
\li To automatically format the highlighted text, select
|
||||
\uicontrol {Auto-format Selection} or press \key {Ctrl+;}.
|
||||
\uicontrol {Auto-format Selection} or select \key {Ctrl+;}.
|
||||
\li To adjust the wrapping of the selected paragraph, select
|
||||
\uicontrol {Rewrap Paragraph} or press \key {Ctrl+E}
|
||||
\uicontrol {Rewrap Paragraph} or select \key {Ctrl+E}
|
||||
followed by \key R.
|
||||
\li To toggle text wrapping, select \uicontrol {Enable Text Wrapping}
|
||||
or press \key {Ctrl+E} followed by \key {Ctrl+W}.
|
||||
or select \key {Ctrl+E} followed by \key {Ctrl+W}.
|
||||
\li To visualize whitespace in the editor, select
|
||||
\uicontrol {Visualize Whitespace} or press \key {Ctrl+E}
|
||||
\uicontrol {Visualize Whitespace} or select \key {Ctrl+E}
|
||||
followed by \key {Ctrl+V}.
|
||||
\li To clear all whitespace characters from the currently open file,
|
||||
select \uicontrol {Clean Whitespace}.
|
||||
|
@@ -25,7 +25,7 @@
|
||||
\list 1
|
||||
\li Place the cursor on the symbol in the editor.
|
||||
\li Go to \uicontrol Tools > \uicontrol {C++} >
|
||||
\uicontrol {Rename Symbol Under Cursor}, or press \key {Ctrl+Shift+R}.
|
||||
\uicontrol {Rename Symbol Under Cursor}, or select \key {Ctrl+Shift+R}.
|
||||
|
||||
Use the keyboard shortcut to rename Python symbols.
|
||||
\endlist
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
To rename a QML type in a project, go to \uicontrol Tools >
|
||||
\uicontrol {QML/JS} > \uicontrol {Rename Symbol Under Cursor}
|
||||
or press \key {Ctrl+Shift+R}.
|
||||
or select \key {Ctrl+Shift+R}.
|
||||
|
||||
\uicontrol {Search Results} shows the location
|
||||
and number of instances of the symbol in the current project.
|
||||
|
@@ -103,7 +103,7 @@
|
||||
find common problems.
|
||||
|
||||
To run static checks, go to \uicontrol Tools > \uicontrol {QML/JS} >
|
||||
\uicontrol {Run Checks} or press \key {Ctrl+Shift+C}.
|
||||
\uicontrol {Run Checks} or select \key {Ctrl+Shift+C}.
|
||||
|
||||
View the results in the \uicontrol QML and \uicontrol {QML Analysis}
|
||||
filters in \l Issues.
|
||||
|
@@ -36,7 +36,7 @@
|
||||
|
||||
\list 1
|
||||
\li Go to \uicontrol Tools > \uicontrol {Code Pasting} >
|
||||
\uicontrol {Paste Snippet} or press \key {Alt+C,Alt+P}.
|
||||
\uicontrol {Paste Snippet} or select \key {Alt+C,Alt+P}.
|
||||
\image qtcreator-send-to-codepaster.webp {Send to Codepaster dialog}
|
||||
\li In \uicontrol Protocol, select the code pasting service to use.
|
||||
\li In \uicontrol {Expires after}, specify the time to keep
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
\list 1
|
||||
\li Go to \uicontrol Tools > \uicontrol {Code Pasting} >
|
||||
\uicontrol {Fetch Snippet} or press \key {Alt+C,Alt+F}.
|
||||
\uicontrol {Fetch Snippet} or select \key {Alt+C,Alt+F}.
|
||||
\li Select the snippet to fetch from the list.
|
||||
\endlist
|
||||
|
||||
|
@@ -162,13 +162,13 @@
|
||||
\li To format the duplicated lines as a comment, go to
|
||||
\uicontrol {Duplicate Selection and Comment}.
|
||||
\li To turn selected text into lowercase, go to
|
||||
\uicontrol {Lowercase Selection} or press \key {Alt+U}.
|
||||
\uicontrol {Lowercase Selection} or select \key {Alt+U}.
|
||||
\li To turn selected text into uppercase, go to
|
||||
\uicontrol {Uppercase Selection} or press \key {Alt+Shift+U}.
|
||||
\uicontrol {Uppercase Selection} or select \key {Alt+Shift+U}.
|
||||
\li To sort selected lines alphabetically, go to
|
||||
\uicontrol {Sort Selected Lines} or press \key {Alt+Shift+S}.
|
||||
\uicontrol {Sort Selected Lines} or select \key {Alt+Shift+S}.
|
||||
\li To add a cursor at the next occurrence of selected text for multi-cursor
|
||||
editing, go to \uicontrol {Add Next Occurrence to Selection} or press \key {Ctrl+D}
|
||||
editing, go to \uicontrol {Add Next Occurrence to Selection} or select \key {Ctrl+D}
|
||||
\endlist
|
||||
|
||||
\sa {Edit Code}{How To: Edit Code},
|
||||
@@ -205,7 +205,7 @@
|
||||
open project using the locator:
|
||||
|
||||
\list 1
|
||||
\li Press \key {Ctrl+K} to activate the locator.
|
||||
\li Select \key {Ctrl+K} to activate the locator.
|
||||
\li Start typing the filename.
|
||||
\image qtcreator-locator-open.webp {List of files in the locator}
|
||||
\li Use the arrow keys to move to the filename in the list and press
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
Filters locating files also accept paths, such as \c {tools/*main.cpp}.
|
||||
If the path to a file is very long, it might not fit into the locator
|
||||
window. To view the full path, press \key Alt when the filename is selected
|
||||
window. To view the full path, select \key Alt when the filename is selected
|
||||
or drag the right edge of the locator to make it wider.
|
||||
|
||||
If the locator does not find some files, see \l{Specify project contents}
|
||||
@@ -249,12 +249,12 @@
|
||||
Use keyboard shortcuts:
|
||||
|
||||
\list
|
||||
\li To quickly move between currently open files, press \key Ctrl+Tab.
|
||||
\li To move forward in the location history, press \key {Alt+Right}
|
||||
\li To quickly move between currently open files, select \key Ctrl+Tab.
|
||||
\li To move forward in the location history, select \key {Alt+Right}
|
||||
(\key {Cmd+Opt+Right} on \macos).
|
||||
\li To move backward, press \key {Alt+Left} (\key {Cmd+Opt+Left} on \macos).
|
||||
\li To move backward, select \key {Alt+Left} (\key {Cmd+Opt+Left} on \macos).
|
||||
For example, after you use the \uicontrol Locator
|
||||
to jump to a symbol in the same file, press \key {Alt+Left} to jump
|
||||
to jump to a symbol in the same file, select \key {Alt+Left} to jump
|
||||
back to your original location in that file.
|
||||
\endlist
|
||||
|
||||
@@ -292,7 +292,7 @@
|
||||
|
||||
\list 1
|
||||
|
||||
\li Press \key {Ctrl+K} to activate the locator.
|
||||
\li Select \key {Ctrl+K} to activate the locator.
|
||||
|
||||
\li Enter a colon (:) followed by a space and the upper case letters in
|
||||
the symbol name (here, \c {QGuiApplication}):
|
||||
@@ -313,7 +313,7 @@
|
||||
\section1 Move to symbol definition or declaration
|
||||
|
||||
To move directly to the definition or declaration of a symbol in the
|
||||
\uicontrol Edit mode, move the cursor on the symbol and press \key {F2}.
|
||||
\uicontrol Edit mode, move the cursor on the symbol and select \key {F2}.
|
||||
|
||||
Or, hold the \key Ctrl key (\key Cmd on \macos) and click
|
||||
the symbol. If you have multiple splits opened, open the link in the next
|
||||
@@ -343,7 +343,7 @@
|
||||
\section2 Switch between function definition and decalaration
|
||||
|
||||
To switch between the definition and declaration of a function, place the
|
||||
cursor on either and press \key {Shift+F2} or right-click and go to
|
||||
cursor on either and select \key {Shift+F2} or right-click and go to
|
||||
\uicontrol {Switch Between Function Declaration/Definition} or
|
||||
\uicontrol {Open Function Declaration/Definition in Next Split}.
|
||||
For example, this allows you to navigate from anywhere within a function
|
||||
@@ -357,7 +357,7 @@
|
||||
\section2 Open links in another split
|
||||
|
||||
Links open in the same split by default. To open them in the next
|
||||
split, press \key {Ctrl+E} first. For example, press \key {Ctrl+E,F2} to
|
||||
split, select \key {Ctrl+E} first. For example, select \key {Ctrl+E,F2} to
|
||||
follow the symbol into the next split. If necessary, the view is
|
||||
automatically split.
|
||||
|
||||
@@ -477,7 +477,7 @@
|
||||
\title Insert multiple cursors
|
||||
|
||||
To apply a change to several places simultaneously in the editor in the
|
||||
\uicontrol Edit mode, press and hold \key Alt, and click to place cursors
|
||||
\uicontrol Edit mode, select and hold \key Alt, and click to place cursors
|
||||
in several places in the file. Any changes you make are applied
|
||||
simultaneously at all the cursor positions.
|
||||
|
||||
@@ -486,14 +486,14 @@
|
||||
To manage cursors:
|
||||
|
||||
\list
|
||||
\li Press the arrow keys to move all the cursors up and down.
|
||||
\li Press the \key Home and \key End key to move all the cursors
|
||||
\li Select the arrow keys to move all the cursors up and down.
|
||||
\li Select the \key Home and \key End key to move all the cursors
|
||||
to the beginning or to the end of the line.
|
||||
\li Press and hold \key Alt and double-click strings to select
|
||||
\li Select and hold \key Alt and double-click strings to select
|
||||
several strings simultaneously.
|
||||
\li Press \key {Alt+Shift+I} to create cursors at the ends of
|
||||
\li Select \key {Alt+Shift+I} to create cursors at the ends of
|
||||
selected lines.
|
||||
\li Press \key Esc to remove all the cursors and selections.
|
||||
\li Select \key Esc to remove all the cursors and selections.
|
||||
\endlist
|
||||
|
||||
\sa {Edit Code}{How To: Edit Code}, {Editing Selected Lines}, {Edit Mode}
|
||||
@@ -517,7 +517,7 @@
|
||||
\list
|
||||
|
||||
\li To split the editor view into a top and bottom view, go to
|
||||
\uicontrol Window > \uicontrol Split, press \key {Ctrl+E, 2}, or
|
||||
\uicontrol Window > \uicontrol Split, select \key {Ctrl+E, 2}, or
|
||||
select the \inlineimage icons/splitbutton_horizontal.png
|
||||
(\uicontrol Split) button and then select \uicontrol Split.
|
||||
|
||||
@@ -532,7 +532,7 @@
|
||||
The \uicontrol {Split Side by Side} command creates views to the right
|
||||
of the currently active editor view.
|
||||
|
||||
\li To open the editor in a detached window, press \key {Ctrl+E, 4}, or
|
||||
\li To open the editor in a detached window, select \key {Ctrl+E, 4}, or
|
||||
go to \uicontrol Window > \uicontrol {Open in New Window}.
|
||||
|
||||
The new window behaves in the same way as the editor area
|
||||
@@ -554,7 +554,7 @@
|
||||
\list
|
||||
\li Place the cursor within the view you want to remove and go to
|
||||
\uicontrol Window > \uicontrol {Remove Current Split}.
|
||||
\li Press \key {Ctrl+E, 0}.
|
||||
\li Select \key {Ctrl+E, 0}.
|
||||
\li Select the \inlineimage icons/splitbutton_closetop.png
|
||||
(\uicontrol {Remove Split}) button.
|
||||
\endlist
|
||||
@@ -563,7 +563,7 @@
|
||||
|
||||
\list
|
||||
\li Go to \uicontrol Window > \uicontrol {Remove All Splits}.
|
||||
\li Press \key {Ctrl+E, 1}.
|
||||
\li Select \key {Ctrl+E, 1}.
|
||||
\endlist
|
||||
|
||||
\sa {Edit Code}{How To: Edit Code}, {Detach views}, {Edit Mode}
|
||||
@@ -583,9 +583,9 @@
|
||||
|
||||
\li Right-click the line number and select \uicontrol {Toggle Bookmark}.
|
||||
|
||||
\li Press \key Shift and click the left margin at a line.
|
||||
\li Select \key Shift and click the left margin at a line.
|
||||
|
||||
\li Press \key {Ctrl+M} when the cursor is on a line.
|
||||
\li Select \key {Ctrl+M} when the cursor is on a line.
|
||||
|
||||
\endlist
|
||||
|
||||
@@ -598,7 +598,7 @@
|
||||
\list
|
||||
\li Go to \uicontrol Tools > \uicontrol Bookmarks >
|
||||
\uicontrol {Edit Bookmark}.
|
||||
\li Press \key {Ctrl+Shift+M}.
|
||||
\li Select \key {Ctrl+Shift+M}.
|
||||
\li Right-click a bookmark and go to \uicontrol {Edit Bookmark}
|
||||
in the context menu.
|
||||
\endlist
|
||||
@@ -610,7 +610,7 @@
|
||||
|
||||
To move to the previous bookmark in the current session, go to
|
||||
\uicontrol Tools > \uicontrol Bookmarks > \uicontrol {Previous Bookmark}
|
||||
or press \key {Ctrl+,}.
|
||||
or select \key {Ctrl+,}.
|
||||
|
||||
To move to the next bookmark in the current session, go to \uicontrol Tools >
|
||||
\uicontrol Bookmarks > \uicontrol {Previous Bookmark} or press
|
||||
@@ -618,7 +618,7 @@
|
||||
|
||||
\section2 Locate bookmarks
|
||||
|
||||
To use the locator to go to a bookmark, press \key {Ctrl+K} (or \key {Cmd+K}
|
||||
To use the locator to go to a bookmark, select \key {Ctrl+K} (or \key {Cmd+K}
|
||||
on \macos) to open the locator. Enter \e b and a space to display a list of
|
||||
bookmarks. To filter the bookmarks by line number or a text string, enter
|
||||
the number or string after the space. Double-click a bookmark in the list to
|
||||
@@ -635,7 +635,7 @@
|
||||
\image qtcreator-bookmarks-view.webp {Listing bookmarks in Bookmarks view}
|
||||
|
||||
To move bookmarks up and down, select \uicontrol {Move Up} or
|
||||
\uicontrol {Move Down} in the context menu or press \key {Ctrl+Alt+,} or
|
||||
\uicontrol {Move Down} in the context menu or select \key {Ctrl+Alt+,} or
|
||||
\key {Ctrl+Alt+.}.
|
||||
|
||||
To list bookmarks alphabetically by the name of the file where you set them,
|
||||
@@ -702,7 +702,7 @@
|
||||
To view information about the C++ code model in the
|
||||
\uicontrol {C++ Code Model Inspector} dialog and write it to a log file,
|
||||
select \uicontrol Tools > \uicontrol {Debug \QC } >
|
||||
\uicontrol {Inspect C++ Code Model} or press \key {Ctrl+Shift+F12}.
|
||||
\uicontrol {Inspect C++ Code Model} or select \key {Ctrl+Shift+F12}.
|
||||
|
||||
\image qtcreator-code-model-inspector.webp {Code Model Inspector dialog}
|
||||
|
||||
|
@@ -89,9 +89,9 @@
|
||||
the \key Tab key.
|
||||
|
||||
To apply a suggestion word-by-word, select \uicontrol {Apply Word}
|
||||
or press \key {Alt+Right}.
|
||||
or select \key {Alt+Right}.
|
||||
|
||||
To reject a suggestion, press \key Esc or the arrow keys.
|
||||
To reject a suggestion, select \key Esc or the arrow keys.
|
||||
|
||||
\section1 Turn suggestions on and off
|
||||
|
||||
|
@@ -11,18 +11,18 @@
|
||||
|
||||
To run the main editor in a manner similar to the Vim editor, go to
|
||||
\uicontrol Edit > \uicontrol Advanced and select \uicontrol {Use FakeVim},
|
||||
or press \key {Alt+Y,Alt+Y}.
|
||||
or select \key {Alt+Y,Alt+Y}.
|
||||
|
||||
\section1 Escape FakeVim mode
|
||||
|
||||
To temporarily escape FakeVim mode to access the normal \QC keyboard
|
||||
shortcuts like \key {Ctrl-R} for \uicontrol Run, press the comma
|
||||
shortcuts like \key {Ctrl-R} for \uicontrol Run, select the comma
|
||||
key (\key {,}) before pressing the shortcut.
|
||||
|
||||
\section1 Quit FakeVim mode
|
||||
|
||||
To quit the FakeVim mode, go to \uicontrol Edit > \uicontrol Advanced and
|
||||
clear \uicontrol {Use FakeVim}, or press \key {Alt+Y,Alt+Y}.
|
||||
clear \uicontrol {Use FakeVim}, or select \key {Alt+Y,Alt+Y}.
|
||||
|
||||
\sa {FakeVim Modes and Commands}, {FakeVim}, {Change editor colors}
|
||||
*/
|
||||
|
@@ -20,7 +20,7 @@
|
||||
\li Place the cursor on the symbol in the editor.
|
||||
\li Go to \uicontrol Tools > \uicontrol {C++} >
|
||||
\uicontrol {Find References to Symbol Under Cursor},
|
||||
or press \key {Ctrl+Shift+U}.
|
||||
or select \key {Ctrl+Shift+U}.
|
||||
\image qtcreator-find-references-to-symbol-under-cursor.webp {Found symbols in the Search Results view}
|
||||
\endlist
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
\list
|
||||
|
||||
\li Press \key {Ctrl+K} (\key {Cmd+K} on \macos).
|
||||
\li Select \key {Ctrl+K} (\key {Cmd+K} on \macos).
|
||||
|
||||
\li Go to \uicontrol Tools, and then select \uicontrol Locate.
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
execute.
|
||||
|
||||
\li Select a locator filter in the filter list to use it. Press
|
||||
the up and down arrow keys or press \key Ctrl+P and \key Ctrl+N
|
||||
to move up and down the list, and then press \key Enter to use the
|
||||
the up and down arrow keys or select \key Ctrl+P and \key Ctrl+N
|
||||
to move up and down the list, and then select \key Enter to use the
|
||||
selected filter.
|
||||
\endlist
|
||||
|
||||
@@ -118,8 +118,8 @@
|
||||
To create a new file and open it in the editor:
|
||||
|
||||
\list 1
|
||||
\li Type \c f followed by \key Space, followed by path and file name
|
||||
\li Press \key Enter or select \uicontrol {Create and Open File}.
|
||||
\li Enter \c f followed by \key Space, followed by path and file name
|
||||
\li Select \key Enter or select \uicontrol {Create and Open File}.
|
||||
\endlist
|
||||
|
||||
To create a directory, select \uicontrol {Create Directory}.
|
||||
|
@@ -41,8 +41,8 @@
|
||||
\li Place the cursor on the link.
|
||||
\li Then, do one of the following:
|
||||
\list
|
||||
\li Press \key {Ctrl+Click} (or \key {Cmd+Click} on \macos).
|
||||
\li Press \key F2.
|
||||
\li Select \key {Ctrl+Click} (or \key {Cmd+Click} on \macos).
|
||||
\li Select \key F2.
|
||||
\li Go to \uicontrol {Follow Symbol Under Cursor} in the context
|
||||
menu.
|
||||
\endlist
|
||||
|
@@ -131,28 +131,28 @@
|
||||
|
||||
\list
|
||||
\li Select \uicontrol {Zoom In} toolbar button.
|
||||
\li Press \key Ctrl++.
|
||||
\li Press \key Ctrl and roll the mouse wheel up.
|
||||
\li Select \key Ctrl++.
|
||||
\li Select \key Ctrl and roll the mouse wheel up.
|
||||
\endlist
|
||||
|
||||
To zoom out of diagrams:
|
||||
|
||||
\list
|
||||
\li Select \uicontrol {Zoom Out}.
|
||||
\li Press \key Ctrl+-.
|
||||
\li Press \key Ctrl and roll the mouse wheel down.
|
||||
\li Select \key Ctrl+-.
|
||||
\li Select \key Ctrl and roll the mouse wheel down.
|
||||
\endlist
|
||||
|
||||
To reset the diagram size to 100%:
|
||||
|
||||
\list
|
||||
\li Select \uicontrol {Reset Zoom}.
|
||||
\li Press \key Ctrl+0.
|
||||
\li Select \key Ctrl+0.
|
||||
\endlist
|
||||
|
||||
\section2 Printing Diagrams
|
||||
|
||||
To print diagrams, press \key Ctrl+C when no elements are selected in
|
||||
To print diagrams, select \key Ctrl+C when no elements are selected in
|
||||
the editor to copy all elements to the clipboard by using 300 dpi. Then
|
||||
paste the diagram to an application that can print images.
|
||||
|
||||
@@ -340,14 +340,14 @@
|
||||
associations.
|
||||
|
||||
\li To create \e {sampling points} that divide a relation into two
|
||||
connected lines, select a relation and press \key Shift and click
|
||||
connected lines, select a relation and select \key Shift and click
|
||||
on the relation line.
|
||||
|
||||
If possible, the end point of a relation is moved automatically
|
||||
to draw the line to the next sampling point either vertically or
|
||||
horizontally.
|
||||
|
||||
\li To remove a sampling point, press \key Ctrl and click the sampling
|
||||
\li To remove a sampling point, select \key Ctrl and click the sampling
|
||||
point.
|
||||
|
||||
\li To group elements, drag a \uicontrol Boundary element to
|
||||
@@ -500,9 +500,9 @@
|
||||
|
||||
\section2 Add and delete points
|
||||
|
||||
To add more points, press \key Shift and click a relation.
|
||||
To add more points, select \key Shift and click a relation.
|
||||
|
||||
To delete a point, press \key Ctrl and click a point.
|
||||
To delete a point, select \key Ctrl and click a point.
|
||||
|
||||
\section2 Specify members
|
||||
|
||||
|
@@ -71,12 +71,12 @@
|
||||
\uicontrol {Zoom Out}
|
||||
\li Zooms into or out of the whole state chart in the state editor.
|
||||
|
||||
You can also press \key Ctrl and use the mouse wheel.
|
||||
You can also select \key Ctrl and use the mouse wheel.
|
||||
\row
|
||||
\li \inlineimage icons/pan.png
|
||||
\li \uicontrol Panning
|
||||
\li Pans the state chart. To increase the pace of panning, press down the
|
||||
\key Shift key.
|
||||
\li Pans the state chart. To increase the pace of panning, select
|
||||
\key {Shift}.
|
||||
\row
|
||||
\li \inlineimage icons/fittoview.png
|
||||
\li \uicontrol {Fit to View}
|
||||
@@ -85,7 +85,7 @@
|
||||
\li \inlineimage icons/zoom.png
|
||||
\li \uicontrol {Magnifier Tool}
|
||||
\li Zooms into a part of the state chart. To move the magnifier tool
|
||||
faster, press down the \key Alt key.
|
||||
faster, select and hold \key {Alt}.
|
||||
\row
|
||||
\li \inlineimage icons/navigator.png
|
||||
\li \uicontrol {Navigator}
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
Drag states on top of other states to create compound states. You can also
|
||||
drag child states out of their parent state. To move child states
|
||||
within their parent, press down the \key Ctrl key while dragging them.
|
||||
within their parent, select and hold \key Ctrl while dragging them.
|
||||
|
||||
\section1 Aligning and Editing States
|
||||
|
||||
|
@@ -21,11 +21,11 @@
|
||||
|
||||
\list 1
|
||||
\li Go to \uicontrol Tools > \uicontrol {Text Editing Macros} >
|
||||
\uicontrol {Record Macro} or press \key {Alt+[}.
|
||||
\li Press keyboard keys.
|
||||
\uicontrol {Record Macro} or select \key {Alt+[}.
|
||||
\li Select keyboard keys.
|
||||
\li To stop recording, go to \uicontrol Tools >
|
||||
\uicontrol {Text Editing Macros} > \uicontrol {Stop Recording Macro}
|
||||
or press \key {Alt+]}.
|
||||
or select \key {Alt+]}.
|
||||
\endlist
|
||||
|
||||
\note The macro recorder does not support code completion.
|
||||
@@ -37,7 +37,7 @@
|
||||
\list
|
||||
\li Go to \uicontrol Tools > \uicontrol {Text Editing Macros} >
|
||||
\uicontrol {Play Last Macro}.
|
||||
\li Press \key {Alt+R}.
|
||||
\li Select \key {Alt+R}.
|
||||
\li Enter \c rm in the locator.
|
||||
\endlist
|
||||
|
||||
|
@@ -80,7 +80,7 @@
|
||||
\uicontrol Unindents.
|
||||
|
||||
You can specify whether the \key Tab key automatically indents text when you
|
||||
press it. To automatically indent text, select \uicontrol Always in the
|
||||
select it. To automatically indent text, select \uicontrol Always in the
|
||||
\uicontrol {Tab key performs auto-indent} field. To only indent text when
|
||||
the cursor is located within leading white space, select \uicontrol {In
|
||||
Leading White Space}.
|
||||
|
@@ -33,7 +33,7 @@
|
||||
quick fix.
|
||||
\endlist
|
||||
|
||||
Or, press \key {Alt+Enter} to open a context menu that has
|
||||
Or, select \key {Alt+Enter} to open a context menu that has
|
||||
quick fixes available in the current cursor position.
|
||||
|
||||
By default, the refactored files are saved automatically. To turn off
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
\list 1
|
||||
|
||||
\li Press \key {Ctrl+F} or go to \uicontrol Edit >
|
||||
\li Select \key {Ctrl+F} or go to \uicontrol Edit >
|
||||
\uicontrol {Find/Replace} > \uicontrol {Find/Replace}.
|
||||
|
||||
\li In \uicontrol Find, enter the text you are looking for.
|
||||
@@ -32,10 +32,10 @@
|
||||
type.
|
||||
|
||||
\li To go to the next occurrence, select \inlineimage icons/next.png
|
||||
(\uicontrol {Find Next}), or press \key F3.
|
||||
(\uicontrol {Find Next}), or select \key F3.
|
||||
|
||||
\li To go to the previous occurrence, select \inlineimage icons/prev.png
|
||||
(\uicontrol {Find Previous}), or press \key {Shift+F3}.
|
||||
(\uicontrol {Find Previous}), or select \key {Shift+F3}.
|
||||
|
||||
\li To select all found occurrences in a file, select
|
||||
\uicontrol {Select All}.
|
||||
@@ -146,7 +146,7 @@
|
||||
\section1 Search in all projects
|
||||
|
||||
\list 1
|
||||
\li Press \key {Ctrl+Shift+F} or go to \uicontrol Edit >
|
||||
\li Select \key {Ctrl+Shift+F} or go to \uicontrol Edit >
|
||||
\uicontrol {Find/Replace} > \uicontrol {Advanced Find} >
|
||||
\uicontrol {Open Advanced Find}.
|
||||
\li In \uicontrol Scope, select \uicontrol {All Projects}.
|
||||
|
@@ -126,12 +126,12 @@
|
||||
Use keyboard shortcuts to move within and between code blocks:
|
||||
|
||||
\list
|
||||
\li To go to block end, press \key {Ctrl+]}.
|
||||
\li To go to block start, press \key {Ctrl+[}.
|
||||
\li To go to block end, select \key {Ctrl+]}.
|
||||
\li To go to block start, select \key {Ctrl+[}.
|
||||
\endlist
|
||||
|
||||
To also select the lines from the cursor position to the end
|
||||
or beginning of the block, press \key {Ctrl+Shift+]} and
|
||||
or beginning of the block, select \key {Ctrl+Shift+]} and
|
||||
\key {Ctrl+Shift+[}, respectively.
|
||||
\endif
|
||||
|
||||
|
@@ -27,9 +27,9 @@
|
||||
symbol.
|
||||
|
||||
\li To show tooltips for function signatures regardless of the
|
||||
cursor position in the function call, press \key {Ctrl+Shift+D}.
|
||||
cursor position in the function call, select \key {Ctrl+Shift+D}.
|
||||
|
||||
\li To show the full help on a Qt class or function, press \key F1 or
|
||||
\li To show the full help on a Qt class or function, select \key F1 or
|
||||
select \uicontrol {Context Help} in the context menu.
|
||||
The documentation is shown in a
|
||||
view next to the code editor, or, if there is not enough vertical
|
||||
@@ -305,7 +305,7 @@
|
||||
\title Detach the help window
|
||||
|
||||
By default, context-sensitive help opens in a window next to the
|
||||
code editor when you press \key F1. If there is not enough vertical
|
||||
code editor when you select \key F1. If there is not enough vertical
|
||||
space, the help opens in the full-screen help mode.
|
||||
|
||||
\if defined(qtdesignstudio)
|
||||
|
@@ -59,7 +59,7 @@
|
||||
|
||||
\list 1
|
||||
\li Select \uicontrol Record.
|
||||
\li Press the keys to use as the keyboard shortcut.
|
||||
\li Select the keys to use as the keyboard shortcut.
|
||||
\li Select \uicontrol {Stop Recording} when you are done.
|
||||
\endlist
|
||||
|
||||
|
@@ -421,7 +421,7 @@
|
||||
To locate Qt Test data tags:
|
||||
|
||||
\list 1
|
||||
\li Press \key {Ctrl+K} (\key {Cmd+K} on \macos) to activate the locator.
|
||||
\li Select \key {Ctrl+K} (\key {Cmd+K} on \macos) to activate the locator.
|
||||
\li Enter \c qdt, followed by a space.
|
||||
\endlist
|
||||
|
||||
|
@@ -133,7 +133,7 @@
|
||||
\row
|
||||
\li -presentationMode
|
||||
\li Core plugin: display keyboard shortcuts as popups when you
|
||||
press them. Mostly useful when presenting \QC to someone else.
|
||||
select them. Mostly useful when presenting \QC to someone else.
|
||||
|
||||
\row
|
||||
\li -theme <default | dark>
|
||||
|
@@ -149,7 +149,7 @@
|
||||
|
||||
To trigger the GDB command that generates a core file while debugging,
|
||||
go to \uicontrol View > \uicontrol Views > \l {Debugger Log}.
|
||||
In the \uicontrol Command field, type \c gcore and press \key Enter. The
|
||||
In the \uicontrol Command field, type \c gcore and select \key Enter. The
|
||||
core file is created in the current working directory. You can specify
|
||||
another location for the file, including a relative or absolute path, as an
|
||||
argument of the command.
|
||||
@@ -285,7 +285,7 @@
|
||||
|
||||
One common factor in many use cases is switching editors while working on a
|
||||
set of open files. While working on files A and B, users sometimes need to
|
||||
look at file C. They can press \key Ctrl+Tab to move between the files and
|
||||
look at file C. They can select \key Ctrl+Tab to move between the files and
|
||||
have the files open in the correct editor according to file type. The list
|
||||
is sorted by last used.
|
||||
|
||||
@@ -298,9 +298,9 @@
|
||||
|
||||
\list
|
||||
|
||||
\li Press \key F4 to switch between header and source.
|
||||
\li Select \key F4 to switch between header and source.
|
||||
|
||||
\li Press \key Alt+Left to move backwards in the navigation history.
|
||||
\li Select \key Alt+Left to move backwards in the navigation history.
|
||||
|
||||
\li Use the locator (Ctrl+K) to simply tell \QC where to go.
|
||||
|
||||
@@ -319,7 +319,7 @@
|
||||
|
||||
With \QC, developers can type \c {Ctrl+K m AFun} to find the function.
|
||||
Typically, they only need to type 3 to 4 characters of the function name.
|
||||
They can then fix the problem and press \key Alt+Back to go back to where
|
||||
They can then fix the problem and select \key Alt+Back to go back to where
|
||||
they were.
|
||||
|
||||
Other locator filters include \c c for classes, \c : for all symbols, and
|
||||
|
@@ -113,7 +113,7 @@
|
||||
To locate a session:
|
||||
|
||||
\list 1
|
||||
\li Press \key {Ctrl+K} (\key {Cmd+K} on \macos) to activate the locator.
|
||||
\li Select \key {Ctrl+K} (\key {Cmd+K} on \macos) to activate the locator.
|
||||
\li Enter:
|
||||
\list
|
||||
\li \c {t} \e {<session_name>}
|
||||
|
@@ -18,7 +18,7 @@
|
||||
add the path to the CMake executable on the \1.
|
||||
|
||||
\li Go to \uicontrol {Preferences} > \uicontrol Kits >
|
||||
\uicontrol {Qt Versions}, and then press \key Shift and click the
|
||||
\uicontrol {Qt Versions}, and then select and hold \key Shift and select the
|
||||
\uicontrol Add button to add the Qt version on the \1.
|
||||
|
||||
\li Go to \uicontrol {Preferences} > \uicontrol Kits >
|
||||
|
@@ -129,7 +129,7 @@
|
||||
|
||||
\section2 Navigating with the Keyboard
|
||||
|
||||
To move between UI controls, press the the \key Tab key or the \key Left,
|
||||
To move between UI controls, select the \key Tab key or the \key Left,
|
||||
\key Right, \key Up, and \key Down arrow keys.
|
||||
|
||||
\section2 Setting Zoom Levels
|
||||
|
@@ -72,7 +72,7 @@
|
||||
\li Select \inlineimage icons/run_small.png
|
||||
(\uicontrol Run) to build and run the application.
|
||||
|
||||
\li To see the compilation progress, press \key{Alt+4} to open
|
||||
\li To see the compilation progress, select \key{Alt+4} to open
|
||||
\l {Compile Output}.
|
||||
|
||||
If build errors occur, check that you have a Qt version, a
|
||||
|
@@ -55,7 +55,7 @@
|
||||
|
||||
\list
|
||||
\li Select \inlineimage icons/cancel-build.png.
|
||||
\li Press \key {Alt+Backspace}.
|
||||
\li Select \key {Alt+Backspace}.
|
||||
\li Go to \uicontrol Build > \uicontrol {Cancel Build}.
|
||||
\endlist
|
||||
|
||||
|
@@ -39,10 +39,10 @@
|
||||
\li Use the following keyboard shortcuts, depending on the mode you are
|
||||
currently in:
|
||||
\list
|
||||
\li In all modes, press \key Ctrl+O (\key Cmd+O on \macos) to open the
|
||||
\li In all modes, select \key Ctrl+O (\key Cmd+O on \macos) to open the
|
||||
\uicontrol {Open File} dialog, where you can select a project file.
|
||||
\li On Windows and Linux, in all modes except the \uicontrol Help mode,
|
||||
press \key Ctrl+Shift+O to open the \uicontrol {Load Project} dialog.
|
||||
select \key Ctrl+Shift+O to open the \uicontrol {Load Project} dialog.
|
||||
\li In the \uicontrol Welcome mode, \uicontrol Projects tab, press
|
||||
\key Ctrl+Shift+number (\key Cmd+Shift+number on \macos), where
|
||||
the number is the number of a project in the list of recently opened
|
||||
|
@@ -72,7 +72,7 @@
|
||||
\uicontrol {Qt Versions} > \uicontrol Add.
|
||||
|
||||
To add a Qt version on a remote Linux device or in Docker,
|
||||
press \key Shift and click \uicontrol Add.
|
||||
select \key Shift and click \uicontrol Add.
|
||||
|
||||
\li Select the qmake executable for the Qt version to add.
|
||||
|
||||
|
@@ -100,7 +100,7 @@
|
||||
\b{Select me}.
|
||||
\li Double-click the \uicontrol {Push Button} widget and enter the text
|
||||
\b{Click me}.
|
||||
\li Press \key {Ctrl+S} (or \key {Cmd+S}) to save your changes.
|
||||
\li Select \key {Ctrl+S} (or \key {Cmd+S}) to save your changes.
|
||||
\endlist
|
||||
|
||||
For more information about designing UIs with \QD, see \l{\QD Manual}.
|
||||
|
@@ -202,7 +202,7 @@
|
||||
\uicontrol {Always allow from this computer} check box, and then select
|
||||
\uicontrol OK.
|
||||
|
||||
\li To run the application on the device, press \key {Ctrl+R}.
|
||||
\li To run the application on the device, select \key {Ctrl+R}.
|
||||
|
||||
\endlist
|
||||
*/
|
||||
|
@@ -149,7 +149,7 @@
|
||||
\skipto import
|
||||
\printuntil /^\ {0}\}/
|
||||
|
||||
Press \key {Ctrl+R} to run the application, and click the rectangles to
|
||||
Select \key {Ctrl+R} to run the application, and click the rectangles to
|
||||
move the Qt logo from one rectangle to another.
|
||||
|
||||
\section1 Animate transitions
|
||||
@@ -180,6 +180,6 @@
|
||||
|
||||
\printuntil /^\ {0}\}/
|
||||
|
||||
Press \key {Ctrl+R} to run the application, and click the rectangles to
|
||||
Select \key {Ctrl+R} to run the application, and click the rectangles to
|
||||
view the animated transitions.
|
||||
*/
|
||||
|
@@ -49,7 +49,7 @@
|
||||
\image design-studio-select-kit.webp
|
||||
\endif
|
||||
\li Select \uicontrol Build > \uicontrol {QML Preview} or
|
||||
press \key {Alt+P}.
|
||||
select \key {Alt+P}.
|
||||
\endlist
|
||||
|
||||
\section2 On Android
|
||||
|
@@ -41,11 +41,11 @@
|
||||
\endlist
|
||||
|
||||
To maximize an open output view, select the \inlineimage icons/arrowup.png
|
||||
(\uicontrol Maximize) button or press \key {Alt+Shift+9}.
|
||||
(\uicontrol Maximize) button or select \key {Alt+Shift+9}.
|
||||
|
||||
To increase or decrease the output text size, select \inlineimage icons/plus.png
|
||||
(\uicontrol {Zoom In}) or \inlineimage icons/minus.png
|
||||
(\uicontrol {Zoom Out}), or press \key Ctrl++ or \key Ctrl+-. Zooming is
|
||||
(\uicontrol {Zoom Out}), or select \key Ctrl++ or \key Ctrl+-. Zooming is
|
||||
not supported in all output views.
|
||||
|
||||
\section1 Change text encoding
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
\section1 Find and filter output
|
||||
|
||||
To search in output, press \key {Ctrl+F} when the view is active. Enter
|
||||
To search in output, select \key {Ctrl+F} when the view is active. Enter
|
||||
search criteria in the \uicontrol Find field. For more information, see
|
||||
\l{Search in current file}.
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
\image qtcreator-without-menubar.webp {Qt Creator without the main menu}
|
||||
\caption \QC without the main menu bar.
|
||||
|
||||
To show the main menu again, press \key {Ctrl+Alt+M}.
|
||||
To show the main menu again, select \key {Ctrl+Alt+M}.
|
||||
|
||||
\sa {Show and hide sidebars},{Switch between modes}
|
||||
*/
|
||||
|
@@ -84,7 +84,7 @@
|
||||
|
||||
\list 1
|
||||
\li Right-click a class in the code editor.
|
||||
\li Select \uicontrol {Open Type Hierarchy} or press \key {Ctrl+Shift+T}.
|
||||
\li Select \uicontrol {Open Type Hierarchy} or select \key {Ctrl+Shift+T}.
|
||||
\endlist
|
||||
|
||||
\image qtcreator-type-hierarchy-view.png {Type Hierarchy view}
|
||||
@@ -118,7 +118,7 @@
|
||||
\list 1
|
||||
\li Right-click a file in the editor.
|
||||
\li Select \uicontrol {Open Include Hierarchy}
|
||||
or press \key {Ctrl+Shift+I}.
|
||||
or select \key {Ctrl+Shift+I}.
|
||||
\endlist
|
||||
|
||||
\image qtcreator-include-hierarchy-view.png {Include Hierarchy view}
|
||||
|
@@ -39,10 +39,10 @@
|
||||
|
||||
\li To select a word in a terminal, double-click it. To select the whole line,
|
||||
triple-click it. To select all text, select \uicontrol {Select All}
|
||||
in the context menu or press \key {Ctrl+A}.
|
||||
in the context menu or select \key {Ctrl+A}.
|
||||
|
||||
\li To open links in a browser, files in the editor, or folders in the
|
||||
\l Projects view, hover the mouse over them, and press \key Ctrl.
|
||||
\l Projects view, hover the mouse over them, and select \key Ctrl.
|
||||
|
||||
\li To \l{Search in current file}{search} through the output, press
|
||||
\key {Ctrl+F}.
|
||||
|
@@ -54,7 +54,7 @@
|
||||
To jump from one issue to the next or previous
|
||||
one, select \inlineimage icons/arrowup.png
|
||||
and \inlineimage icons/arrowdown.png
|
||||
or press \key F6 and \key Shift+F6.
|
||||
or select \key F6 and \key Shift+F6.
|
||||
|
||||
By default, a new build clears the \uicontrol Issues view. To keep
|
||||
the issues from the previous build rounds, deselect \preferences >
|
||||
|
@@ -155,8 +155,8 @@
|
||||
|
||||
\image qtcreator-textfinder-objectname.png {Changing object names}
|
||||
|
||||
\li Press \key {Ctrl+A} (or \key {Cmd+A}) to select the widgets and
|
||||
select \uicontrol{Lay out Horizontally} (or press \key {Ctrl+H} on Linux or
|
||||
\li Select \key {Ctrl+A} (or \key {Cmd+A}) to select the widgets and
|
||||
select \uicontrol{Lay out Horizontally} (or select \key {Ctrl+H} on Linux or
|
||||
Windows or \key {Ctrl+Shift+H} on \macos) to apply a horizontal
|
||||
layout (QHBoxLayout).
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
\li Drag a \uicontrol{Text Edit} widget (QTextEdit) to the form.
|
||||
|
||||
\li Select the screen area, and then select \uicontrol{Lay out Vertically}
|
||||
(or press \key {Ctrl+L}) to apply a vertical layout (QVBoxLayout).
|
||||
(or select \key {Ctrl+L}) to apply a vertical layout (QVBoxLayout).
|
||||
|
||||
\image qtcreator-textfinder-ui.png {Text Finder UI}
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
\li Press \key {Ctrl+S} (or \key {Cmd+S}) to save your changes.
|
||||
\li Select \key {Ctrl+S} (or \key {Cmd+S}) to save your changes.
|
||||
|
||||
\endlist
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
\section1 Code Editor Integration
|
||||
|
||||
To switch between forms (\uicontrol Design mode) and code (\uicontrol Edit mode),
|
||||
press \key Shift+F4.
|
||||
select \key Shift+F4.
|
||||
|
||||
You can use \QC to create stub implementations of slot functions. In the
|
||||
\uicontrol Design mode, right-click a widget to open a context menu, and then
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
To open resource files from the code editor, select
|
||||
\uicontrol {Follow Symbol Under Cursor} in the context menu
|
||||
or press \key F2 when the cursor is over a string literal.
|
||||
or select \key F2 when the cursor is over a string literal.
|
||||
|
||||
\section1 Specifying Settings for \QD
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
\endlist
|
||||
|
||||
To preview the settings, select \uicontrol Tools > \uicontrol{Form Editor} >
|
||||
\uicontrol Preview, or press \key Alt+Shift+R.
|
||||
\uicontrol Preview, or select \key Alt+Shift+R.
|
||||
|
||||
\section1 Previewing Forms Using Device Profiles
|
||||
|
||||
|
@@ -108,7 +108,7 @@
|
||||
selection screen on the timeline, we select \e choosingCoffee in
|
||||
\l Navigator. We check that the playhead is at frame 0, and then
|
||||
select the \imagerecordfill
|
||||
(\uicontrol {Auto Key (K)}) button (or press \key k).
|
||||
(\uicontrol {Auto Key (K)}) button (or select \key K).
|
||||
|
||||
At frame 0, we set the X coordinate to 0 in \l Properties >
|
||||
\uicontrol {Geometry - 2D} > \uicontrol Position. We then move the
|
||||
|
@@ -41,7 +41,7 @@
|
||||
Trip and Navigator screens on the timeline, we select \e screenCanvas in
|
||||
the \l Navigator view. We check that the playhead is at frame 0, and then
|
||||
select the \imagerecordfill
|
||||
(\uicontrol {Auto Key (K)}) button (or press \key k).
|
||||
(\uicontrol {Auto Key (K)}) button (or select \key K).
|
||||
|
||||
\image ebikedesign-timeline.png "Timeline view"
|
||||
|
||||
|
@@ -62,7 +62,7 @@
|
||||
Remove the button and the text component from the UI to have a clean workspace. Later
|
||||
in this tutorial, you will add and modify them as you need.
|
||||
|
||||
To remove this button, select it and press \key {Backspace}. Repeat for the
|
||||
To remove this button, select it and select \key {Backspace}. Repeat for the
|
||||
text component.
|
||||
|
||||
Next, you will edit the values of the properties of the component instances
|
||||
@@ -103,7 +103,7 @@
|
||||
\endlist
|
||||
|
||||
To preview the changes that you make, select the \uicontrol {Live Preview} button
|
||||
or press \key {Alt+P}.
|
||||
or select \key {Alt+P}.
|
||||
|
||||
The \e Screen01.ui.qml file that the wizard template created for you should
|
||||
be open. If it is not, you can double-click it in the \uicontrol Projects view
|
||||
@@ -140,7 +140,7 @@
|
||||
white (\e #ffffff).
|
||||
\image loginui1-properties-text.webp "Text properties."
|
||||
\endlist
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
\li In the \uicontrol States view, select the \e normal state and
|
||||
repeat the changes in the background color and text properties,
|
||||
as necessary. Repeat for the \e down state.
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
to another position in the \uicontrol {2D} view. Use the
|
||||
guidelines to align the button instances below the tag line:
|
||||
\image loginui1-align-entry-fields.webp "Aligned entry fields."
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -328,7 +328,7 @@
|
||||
turn the button background green when the button is pressed down.
|
||||
Also, in \uicontrol Text > \uicontrol Character >
|
||||
\uicontrol {Text color}, keep the text color as white (\e #ffffff).
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -361,7 +361,7 @@
|
||||
\li Select the second PushButton instance, and change its ID to
|
||||
\e createAccount and text label to \e {Create Account}. Again,
|
||||
mark the text translatable.
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
(\e qt_logo_green_128x128px), and tag line (\e tagLine), to the page.
|
||||
|
||||
To preview the changes that you make, select the \uicontrol {Live Preview} button
|
||||
or press \key {Alt+P}.
|
||||
or select \key {Alt+P}.
|
||||
|
||||
To anchor component instances on a page:
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
located in the correct place in the component hierarchy in
|
||||
\uicontrol Navigator. For more information,
|
||||
see \l{Arranging components}.
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
This attaches the buttons to the bottom of the rectangle while keeping its
|
||||
horizontal center aligned with that of the rectangle.
|
||||
\image loginui2-buttons-properties.webp "Properties of buttons"
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
this section from the previous \e {Login UI} tutorials.
|
||||
|
||||
To preview the changes that you make, select the \uicontrol {Live Preview} button
|
||||
or press \key {Alt+P}.
|
||||
or select \key {Alt+P}.
|
||||
|
||||
To add the entry field needed on the second page to the \e Screen01
|
||||
component:
|
||||
@@ -59,7 +59,7 @@
|
||||
enter \e {Repeat Password} and select \uicontrol tr to mark the text
|
||||
translatable.
|
||||
\image loginui3-new-entryfield-properties.webp "Entryfield properties"
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
\li In \uicontrol Visibility, clear the \uicontrol Visible checkbox
|
||||
to hide the \e {Create Account} button in the account creation
|
||||
state.
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
\image loginui3-connections.webp "Connections tab"
|
||||
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
|
||||
\note Alternatively, right-click the \e createAccount button in
|
||||
|
@@ -51,7 +51,7 @@
|
||||
column component and anchor them to the rectangle and to each other instead.
|
||||
|
||||
To preview the changes that you make, select the \uicontrol {Live Preview} button
|
||||
or press \key {Alt+P}.
|
||||
or select \key {Alt+P}.
|
||||
|
||||
\section2 Replacing columns with anchors
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
\l{Arranging components}{component hierarchy}.
|
||||
\endlist
|
||||
\li Repeat the previous step for \e password and \e repeatPassword.
|
||||
\li Select \e fields in \uicontrol Navigator and press \key Delete to
|
||||
\li Select \e fields in \uicontrol Navigator and select \key Delete to
|
||||
delete it.
|
||||
\image loginui4-hierarchy.webp "The hierarchy of the components."
|
||||
\li Select \e username in \uicontrol Navigator.
|
||||
@@ -108,7 +108,7 @@
|
||||
\li Repeat the previous step to anchor the top of \e repeatPassword
|
||||
to the bottom of \e password with a margin of \e 20 and to
|
||||
anchor it horizontally to its parent.
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
property of the button and to record changes for it. However, this
|
||||
time the opacity value needs to be \e 1 in frame \e 0 and \e 0 in frame \e 1000.
|
||||
\image loginui4-timeline-opacity.webp "Recorded timeline for the opacity properties"
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
\e password.
|
||||
\li Select the record button again to stop recording property changes.
|
||||
\image loginui4-timeline-all.webp "Recorded timeline for repeatPassword and createAccount."
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
\image loginui4-states.webp "Created states in the States view."
|
||||
\li With the base state selected, select \uicontrol Timeline >
|
||||
\imagesettings (\uicontrol {Timeline Settings (S)}) on the toolbar
|
||||
(or press \key S) to open the \uicontrol {Timeline Settings} dialog.
|
||||
(or select \key S) to open the \uicontrol {Timeline Settings} dialog.
|
||||
\li Double-click the cell in the \uicontrol Timeline column on the
|
||||
\e login row, and select \e timeline in the list.
|
||||
\li Double-click the cell in the \uicontrol Timeline column on the
|
||||
@@ -269,7 +269,7 @@
|
||||
\e createAccount row, and select \e toCreateAccountState.
|
||||
\image loginui4-timeline-settings-states.png
|
||||
\li Click \uicontrol Close to save the timeline settings.
|
||||
\li Select \uicontrol File > \uicontrol Save or press \key {Ctrl+S}
|
||||
\li Select \uicontrol File > \uicontrol Save or select \key {Ctrl+S}
|
||||
to save your changes.
|
||||
\endlist
|
||||
|
||||
|
@@ -76,7 +76,7 @@
|
||||
|
||||
To start recording a color animation on the timeline, we check that the
|
||||
playhead is at frame 0 and then select the \imagerecordfill
|
||||
(\uicontrol {Auto Key (K)}) button (or press \key k).
|
||||
(\uicontrol {Auto Key (K)}) button (or select \key K).
|
||||
|
||||
\image progressbar-timeline.png "Color animation timeline"
|
||||
|
||||
|
@@ -118,7 +118,7 @@
|
||||
|
||||
\image rain-snow-tutorial-navigator.png
|
||||
|
||||
Now, the rain effect is ready. Press \key Alt+P to see it in the live
|
||||
Now, the rain effect is ready. Select \key Alt+P to see it in the live
|
||||
preview.
|
||||
|
||||
\section1 Creating a snow effect
|
||||
@@ -165,7 +165,7 @@
|
||||
\li In \uicontrol{States} next to \uicontrol State1 select
|
||||
\imageactionicon
|
||||
and select \uicontrol{Set as Default}.
|
||||
\li Press \key{Alt+P}.
|
||||
\li Select \key{Alt+P}.
|
||||
\endlist
|
||||
|
||||
\image rain-snow-tutorial-default-state.png
|
||||
|
@@ -146,7 +146,7 @@
|
||||
start recording the transition from the closed state to the open state,
|
||||
we select \e imageOutline in \uicontrol Navigator. We check that the
|
||||
playhead is at frame 0, and then select the \imagerecordfill
|
||||
(\uicontrol {Auto Key (K)}) button (or press \key k).
|
||||
(\uicontrol {Auto Key (K)}) button (or select \key K).
|
||||
|
||||
At frame 0, we set the X coordinate to -423 in \uicontrol Properties >
|
||||
\uicontrol {Geometry - 2D} > \uicontrol Position. We then move the playhead
|
||||
|
@@ -142,7 +142,7 @@
|
||||
|
||||
To start recording a rotation animation on the timeline, we check that the
|
||||
playhead is at frame 0 and then select the \imagerecordfill
|
||||
(\uicontrol {Auto Key (K)}) button (or press \key k).
|
||||
(\uicontrol {Auto Key (K)}) button (or select \key K).
|
||||
|
||||
First, we set the rotation at frame 0 to -90 in \uicontrol Properties >
|
||||
\uicontrol {Geometry - 2D} > \uicontrol Rotation. Next, we move the playhead
|
||||
|
@@ -79,7 +79,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
\li Press \key {Ctrl+S} to save the button.
|
||||
\li Select \key {Ctrl+S} to save the button.
|
||||
|
||||
\image qmldesigner-button.png "Button component"
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
specify that the state is applied when the mouse button is not
|
||||
pressed down.
|
||||
\image qmldesigner-borderimage-bindings1.png "Inactive state when condition"
|
||||
\li Press \key {Ctrl+S} to save the button.
|
||||
\li Select \key {Ctrl+S} to save the button.
|
||||
\li Select the
|
||||
\uicontrol {Live Preview} button on the top toolbar to see how the
|
||||
button behaves when you select it. Drag the preview
|
||||
|
@@ -299,7 +299,7 @@
|
||||
\section2 Checking buttons
|
||||
|
||||
A \e checkable button toggles between checked (on) and unchecked (off) when
|
||||
users click on it or press the space bar while the button has active
|
||||
users select it or the space bar while the button has active
|
||||
focus. Select the \uicontrol Checkable check box to make a button checkable.
|
||||
To make the button checked, select the \uicontrol Checked check box.
|
||||
|
||||
|
@@ -38,7 +38,7 @@
|
||||
\image jump-to-the-code-from-2D-view.webp
|
||||
|
||||
\note Alternatively, you can select the component in the \uicontrol {Navigator} view
|
||||
or in the \uicontrol {2D} view and press \key {F4}. That takes you to the code
|
||||
or in the \uicontrol {2D} view and select \key {F4}. That takes you to the code
|
||||
location in the \uicontrol {Code} view.
|
||||
|
||||
\section1 Jump to the Code from the States view
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
\list
|
||||
\li Select the \uicontrol {Live Preview} button on the top toolbar.
|
||||
\li Press \key {Alt+P}.
|
||||
\li Select \key {Alt+P}.
|
||||
\image studio-live-preview.webp
|
||||
\endlist
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
use the \l {Showing and hiding components}{showing and hiding} or the
|
||||
\l {Locking Components}{locking} features in \l Navigator.
|
||||
|
||||
To refresh the contents of the \uicontrol{3D} view, press \key P or
|
||||
To refresh the contents of the \uicontrol{3D} view, select \key P or
|
||||
select the \imagereset
|
||||
(\uicontrol {Reset View}) button.
|
||||
|
||||
@@ -91,21 +91,21 @@
|
||||
\list
|
||||
\li To pan, do one of the following and drag anywhere in the view to pan:
|
||||
\list
|
||||
\li Press and hold \key Alt (or \key Option on \macos) and
|
||||
\li Select and hold \key Alt (or \key Option on \macos) and
|
||||
\key {middle mouse button}.
|
||||
\li Press and hold \key {right mouse button}, and then press and hold
|
||||
\li Select and hold \key {right mouse button}, and then select and hold
|
||||
\key {left mouse button}.
|
||||
\li Press and hold \key Shift and \key {left mouse button}.
|
||||
\li Select and hold \key Shift and \key {left mouse button}.
|
||||
\endlist
|
||||
\li To orbit, press \key Alt and and drag anywhere in the
|
||||
\li To orbit, select \key Alt and and drag anywhere in the
|
||||
\uicontrol 3D view to rotate the view.
|
||||
\li To zoom, use the mouse wheel or press \key Alt and right-click
|
||||
\li To zoom, use the mouse wheel or select \key Alt and right-click
|
||||
anywhere in the \uicontrol 3D view to zoom the view in or out as you drag
|
||||
up or down.
|
||||
\endlist
|
||||
|
||||
To zoom and focus the 3D view camera on a selected component, select
|
||||
\imagefitselected (\uicontrol {Fit Selected}) or press \key F.
|
||||
\imagefitselected (\uicontrol {Fit Selected}) or select \key F.
|
||||
|
||||
The world axis helper (1) shows the direction of the world axes in the view.
|
||||
To point the 3D view camera at the currently selected component in the direction of
|
||||
@@ -224,14 +224,14 @@
|
||||
component in the local x direction in relation to the component.
|
||||
|
||||
To switch between local and global orientation, select \imageglobal
|
||||
(\uicontrol {Toggle Local/Global Orientation}) or press \key Y.
|
||||
(\uicontrol {Toggle Local/Global Orientation}) or select \key Y.
|
||||
|
||||
\section1 Using the edit light
|
||||
|
||||
The edit light is an extra point light that can be used to illuminate the
|
||||
scene. To toggle the edit light on and off, select \imageeditlighton
|
||||
or \imageeditlightoff (\uicontrol {Toggle Edit Light}) or
|
||||
press \key U.
|
||||
select \key U.
|
||||
|
||||
For information about the available scene light types and their properties,
|
||||
see \l{Lights}.
|
||||
@@ -256,7 +256,7 @@
|
||||
a group of components simultaneously.
|
||||
\endlist
|
||||
|
||||
Alternatively, press \key Q to toggle the selection mode.
|
||||
Alternatively, select \key Q to toggle the selection mode.
|
||||
|
||||
To multiselect, hold \key Ctrl and click the components you wish to select.
|
||||
|
||||
@@ -273,7 +273,7 @@
|
||||
y, or z axis or on the top, bottom, left, and right clip planes of the
|
||||
the \uicontrol{3D} view.
|
||||
|
||||
To move components, select \imagemoveoff or press \key W:
|
||||
To move components, select \imagemoveoff or select \key W:
|
||||
|
||||
\list
|
||||
\li To move components along the axes of the move gizmo, click the axis,
|
||||
@@ -289,7 +289,7 @@
|
||||
\image studio-3d-editor-rotate.webp "The 3D view in rotate mode"
|
||||
|
||||
To rotate components, select \imagerotateoff
|
||||
or press \key E:
|
||||
or select the \key E key:
|
||||
|
||||
\list
|
||||
\li To rotate a component around its rotation gizmo, drag the axis ring
|
||||
@@ -306,7 +306,7 @@
|
||||
component. You can adjust the scale across one, two, or three axes,
|
||||
depending on the handle.
|
||||
|
||||
To scale components, select \imagescaleoff or press \key R:
|
||||
To scale components, select \imagescaleoff or select the \key R key:
|
||||
|
||||
\list
|
||||
\li To adjust the scale across one axis, drag the scale handle
|
||||
@@ -330,7 +330,7 @@
|
||||
\li Hold down the \key Ctrl key.
|
||||
\endlist
|
||||
|
||||
With snapping turned on, press and hold \key Shift to snap objects to one tenth of
|
||||
With snapping turned on, select and hold \key Shift to snap objects to one tenth of
|
||||
the specified snap interval.
|
||||
|
||||
\section2 Configuring snapping
|
||||
|
@@ -28,7 +28,7 @@
|
||||
|
||||
To apply interpolation between keyframes:
|
||||
\list 1
|
||||
\li Select the keyframes. To select multiple keyframes, press and hold
|
||||
\li Select the keyframes. To select multiple keyframes, select and hold
|
||||
\key Ctrl, and then select them.
|
||||
\li Select \imageeasingcurvelinearicon (\uicontrol Linear),
|
||||
\imageeasingcurvestepicon (\uicontrol Step) or
|
||||
@@ -67,7 +67,7 @@
|
||||
\li Right-click in \uicontrol {Curves}, and select
|
||||
\uicontrol {Insert Keyframe} to add a keyframe.
|
||||
\li Select properties in the list to display the easing curves attached to them.
|
||||
To select multiple properties, press and hold \key Ctrl, and then select them.
|
||||
To select multiple properties, select and hold \key Ctrl, and then select them.
|
||||
\endlist
|
||||
|
||||
Your changes are automatically saved when you close the view.
|
||||
|
@@ -47,14 +47,14 @@
|
||||
\image qtquick-designer-scaling-items.webp "The 2D view"
|
||||
|
||||
To have the resizing done from the center of the selected component instance
|
||||
rather than from its edges, press \key Alt (or \key Opt on \macos).
|
||||
rather than from its edges, select \key Alt (or \key Opt on \macos).
|
||||
|
||||
To preserve the image aspect ratio while resizing when using the corner
|
||||
markers, press \key Shift. This also works on component instances that
|
||||
markers, select \key Shift. This also works on component instances that
|
||||
are anchored using left, right, top, or bottom anchors.
|
||||
|
||||
To both resize from the center of the component instance and preserve the
|
||||
aspect ratio, press \key Alt+Shift (or \key {Opt+Shift} on \macos).
|
||||
aspect ratio, select \key Alt+Shift (or \key {Opt+Shift} on \macos).
|
||||
|
||||
For more information about alternative ways to specify the size of a
|
||||
component or component instance in a UI, see \l{2D Geometry}.
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
\image qtquick-designer-rotating-items.webp "2D rotation tool"
|
||||
|
||||
Additionally, press \key Shift or \key Alt (or \key Opt on \macos)
|
||||
Additionally, select \key Shift or \key Alt (or \key Opt on \macos)
|
||||
to rotate component instances in steps of 5 or 45 degrees, respectively.
|
||||
|
||||
You can set the \l{Managing 2D Transformations}{origin} in \l Properties >
|
||||
@@ -172,7 +172,7 @@
|
||||
column or a row, the new position might not be displayed correctly in
|
||||
the \uicontrol {2D} view.
|
||||
|
||||
To refresh the contents of the \uicontrol {2D} view, press \key R or
|
||||
To refresh the contents of the \uicontrol {2D} view, select the \key R key or
|
||||
select the \imagereset
|
||||
(\uicontrol {Reset View}) button.
|
||||
*/
|
||||
|
@@ -178,7 +178,7 @@
|
||||
\li In the \uicontrol {2D} or \uicontrol Navigator view,
|
||||
right-click an instance of a component and then select
|
||||
\uicontrol {Edit Component} in the context menu or
|
||||
press \key F2.
|
||||
select \key F2.
|
||||
\li In \uicontrol Properties, select \uicontrol {Edit Base Component}.
|
||||
\endlist
|
||||
|
||||
|
@@ -107,9 +107,9 @@
|
||||
or \uicontrol{3D} view:
|
||||
|
||||
\list
|
||||
\li On Windows, press and hold \key Ctrl and \key Shift, and then click
|
||||
\li On Windows, select and hold \key Ctrl and \key Shift, and then click
|
||||
the components to select them.
|
||||
\li On \macos, press \key Shift to select a range of components or
|
||||
\li On \macos, select \key Shift to select a range of components or
|
||||
\key Cmd to select multiple single components.
|
||||
\endlist
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
\li For information about setting common component properties, see
|
||||
\l{Specifying component properties}.
|
||||
\li For more information about the properties available for a
|
||||
component, press \key {F1} or see \l{Component types}
|
||||
component, select \key {F1} or see \l{Component types}
|
||||
and \l{Scalable layouts}.
|
||||
\endlist
|
||||
*/
|
||||
|
@@ -121,7 +121,7 @@
|
||||
\image timeline-per-property-recording.webp
|
||||
\li Ensure that the playhead is in frame 0 and enter the value of the
|
||||
property in the field next to the property name on the timeline.
|
||||
Press \key Enter to save the value.
|
||||
Select \key Enter to save the value.
|
||||
\li Move the playhead to another frame on the timeline and specify
|
||||
the value at that frame. For more information, see
|
||||
\l{Navigating in Timeline}.
|
||||
@@ -236,12 +236,12 @@
|
||||
\list
|
||||
\li Drag the playhead along the timeline.
|
||||
\li Select \imagestartplayback
|
||||
button or press \key Space.
|
||||
button or select \key Space.
|
||||
\endlist
|
||||
|
||||
To preview the whole UI, select the
|
||||
\uicontrol {Live Preview} button on the top toolbar
|
||||
or press \key Alt + \key P.
|
||||
or select \key Alt + \key P.
|
||||
|
||||
\section1 Animating rotation
|
||||
|
||||
|
Reference in New Issue
Block a user