forked from qt-creator/qt-creator
Doc: Add a note for a known issue
...regarding the Library context menu commands. Change-Id: I17049d30e527f8396312346cb44cd14767f96307 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -40,11 +40,11 @@
|
|||||||
|
|
||||||
\image qtquick-components-tab.png "Library view Components tab"
|
\image qtquick-components-tab.png "Library view Components tab"
|
||||||
|
|
||||||
\uicontrol Components displays modules that have been added to your project.
|
\uicontrol Library > \uicontrol Components displays modules that have been
|
||||||
In many modules the components have been further organized into different
|
added to your project. In many modules the components have been further
|
||||||
categories. The modules contain visual components, such as basic shapes,
|
organized into different categories. The modules contain visual components,
|
||||||
UI controls, and 3D components, and add functionality to the project.
|
such as basic shapes, UI controls, and 3D components, and add functionality
|
||||||
All components have a type.
|
to the project. All components have a type.
|
||||||
|
|
||||||
The UI controls can be styled to have the look and feel of a particular
|
The UI controls can be styled to have the look and feel of a particular
|
||||||
operating system, such as \macOS, Windows, Android, or iOS.
|
operating system, such as \macOS, Windows, Android, or iOS.
|
||||||
@@ -117,12 +117,12 @@
|
|||||||
\image qtquick-library-context-menu.png "Context menu commands in Library"
|
\image qtquick-library-context-menu.png "Context menu commands in Library"
|
||||||
\image qtquick-library-context-menu-hide.png "Context menu command Hide Category"
|
\image qtquick-library-context-menu-hide.png "Context menu command Hide Category"
|
||||||
|
|
||||||
To use the context menu commands in Library, right-click on the name of
|
To use the context menu commands in \uicontrol Library, right-click the
|
||||||
a module or category and select one of the following commands:
|
name of a module or category and select one of the following commands:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
\li \uicontrol {Remove Module}: removes the component module added to
|
\li \uicontrol {Remove Module}: removes the module and all of its
|
||||||
\uicontrol Library.
|
components from \uicontrol Library > \uicontrol Components.
|
||||||
\li \uicontrol {Expand All}: expands all the modules.
|
\li \uicontrol {Expand All}: expands all the modules.
|
||||||
\li \uicontrol {Collapse All}: collapses all the modules.
|
\li \uicontrol {Collapse All}: collapses all the modules.
|
||||||
\li \uicontrol {Hide Category}: hides the category from the module.
|
\li \uicontrol {Hide Category}: hides the category from the module.
|
||||||
@@ -131,4 +131,8 @@
|
|||||||
\li \uicontrol {Show All Hidden Categories}: shows the hidden
|
\li \uicontrol {Show All Hidden Categories}: shows the hidden
|
||||||
categories in all of the modules.
|
categories in all of the modules.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
|
\note The context menu commands for the \uicontrol Library categories do not
|
||||||
|
function if you have entered something into the \uicontrol Search field.
|
||||||
|
Clear the \uicontrol Search field to resume using the context menu commands.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user