diff --git a/doc/qtcreator/images/qtquick-library-context-menu-hide.png b/doc/qtcreator/images/qtquick-library-context-menu-hide.png new file mode 100644 index 00000000000..8c2e87a67b8 Binary files /dev/null and b/doc/qtcreator/images/qtquick-library-context-menu-hide.png differ diff --git a/doc/qtcreator/images/qtquick-library-context-menu.png b/doc/qtcreator/images/qtquick-library-context-menu.png new file mode 100644 index 00000000000..2ceb85234ba Binary files /dev/null and b/doc/qtcreator/images/qtquick-library-context-menu.png differ diff --git a/doc/qtcreator/src/qtquick/qtquick-library.qdoc b/doc/qtcreator/src/qtquick/qtquick-library.qdoc index b83e3b3e816..7d81a1eea9a 100644 --- a/doc/qtcreator/src/qtquick/qtquick-library.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-library.qdoc @@ -41,9 +41,10 @@ \image qtquick-components-tab.png "Library view Components tab" \uicontrol Components displays modules that have been added to your project. - The modules contain visual components, such as basic shapes, UI controls, - and 3D components, and add functionality to the project. All components have - a type. + In many modules the components have been further organized into different + categories. The modules contain visual components, such as basic shapes, + UI controls, and 3D components, and add functionality to the project. + All components have a type. The UI controls can be styled to have the look and feel of a particular operating system, such as \macOS, Windows, Android, or iOS. @@ -110,4 +111,24 @@ 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. + + \section1 Context Menu Commands + + \image qtquick-library-context-menu.png "Context menu commands in Library" + \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 + a module or category and select one of the following commands: + + \list + \li \uicontrol {Remove Module}: removes the component module added to + \uicontrol Library. + \li \uicontrol {Expand All}: expands all the modules. + \li \uicontrol {Collapse All}: collapses all the modules. + \li \uicontrol {Hide Category}: hides the category from the module. + \li \uicontrol {Show Module Hidden Categories}: shows the hidden + categories of the module. + \li \uicontrol {Show All Hidden Categories}: shows the hidden + categories in all of the modules. + \endlist */