forked from qt-creator/qt-creator
Doc: Add more links to topics covering views
Also some miscellaneous fixes. Task-number: QDS-3407 Change-Id: If47cdb0b7bc16f3fc624b96c2e0dabfde2d2f2db Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -104,9 +104,8 @@
|
||||
\uicontrol {Signal Handler} column, you can add it:
|
||||
|
||||
\list 1
|
||||
\li Right-click a component in the \uicontrol Navigator or
|
||||
\uicontrol {Form Editor} view and select
|
||||
\uicontrol {Add New Signal Handler} in the context menu.
|
||||
\li Right-click a component in the \l Navigator or \l {Form Editor} view
|
||||
and select \uicontrol {Add New Signal Handler} in the context menu.
|
||||
\li In the \uicontrol Signal field, select the signal to handle.
|
||||
\image qmldesigner-implement-signal-handler.png "Implement Signal Handler dialog"
|
||||
\li Select the radio buttons to filter the list to only display
|
||||
|
||||
@@ -101,16 +101,16 @@
|
||||
|
||||
\section1 Assets
|
||||
|
||||
\uicontrol {Assets} displays the images and other files that you add to
|
||||
the project folder by selecting \inlineimage plus.png
|
||||
\uicontrol Library > \uicontrol {Assets} displays the images and other files
|
||||
that you add to the project folder by selecting \inlineimage plus.png
|
||||
.
|
||||
|
||||
\image qtquick-assets-tab.png "Library view Assets tab"
|
||||
|
||||
When you drag and drop assets from the tab to \uicontrol Navigator
|
||||
or \uicontrol {Form Editor}, components with a suitable type are
|
||||
automatically created for you. For example, components of the
|
||||
\l{Images}{Image} type will be created for graphics files.
|
||||
When you drag-and-drop assets from \uicontrol Assets to \l Navigator
|
||||
or \l {Form Editor}, component instances with a suitable type are
|
||||
automatically created for you. For example, instances of the
|
||||
\l{Images}{Image} component will be created for graphics files.
|
||||
|
||||
\section1 Context Menu Commands
|
||||
|
||||
|
||||
@@ -392,8 +392,8 @@
|
||||
(\uicontrol Next) buttons.
|
||||
|
||||
To add a tab bar to a stack layout, right-click on the
|
||||
\uicontrol {Stack Layout} in \uicontrol Navigator to access the context menu,
|
||||
and select \uicontrol {Stacked Container} > \uicontrol {Add Tab Bar}.
|
||||
\uicontrol {Stack Layout} in \l Navigator to access the context menu, and
|
||||
select \uicontrol {Stacked Container} > \uicontrol {Add Tab Bar}.
|
||||
|
||||
To raise or lower the stacking order of a component, select
|
||||
\uicontrol {Stacked Container} > \uicontrol {Increase Index} or
|
||||
|
||||
Reference in New Issue
Block a user