2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2021 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2020-11-18 11:10:18 +01:00
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
//! [context-menu]
|
|
|
|
|
\section1 Context Menu
|
|
|
|
|
|
|
|
|
|
The following table summarizes the \uicontrol Navigator and
|
2022-08-29 13:58:04 +03:00
|
|
|
\uicontrol {2D} views context menu items and provides links
|
2020-11-18 11:10:18 +01:00
|
|
|
to more information about them.
|
|
|
|
|
|
|
|
|
|
\table
|
|
|
|
|
\header
|
|
|
|
|
\li To Learn About
|
|
|
|
|
\li Go To
|
|
|
|
|
\row
|
|
|
|
|
\li Arrange
|
2021-02-22 17:30:46 +01:00
|
|
|
\li \l{Arranging Components}
|
2020-11-18 11:10:18 +01:00
|
|
|
\row
|
|
|
|
|
\li Edit
|
2021-02-22 17:30:46 +01:00
|
|
|
\li \l{Showing and Hiding Components}
|
2020-11-18 11:10:18 +01:00
|
|
|
\row
|
|
|
|
|
\li Anchors
|
|
|
|
|
\li \l{Setting Anchors and Margins}
|
|
|
|
|
\row
|
|
|
|
|
\li Group
|
2021-05-17 16:24:14 +02:00
|
|
|
\li \l{Organizing Components}
|
2020-11-18 11:10:18 +01:00
|
|
|
\row
|
|
|
|
|
\li Position
|
|
|
|
|
\li \l{Using Positioners}
|
|
|
|
|
\row
|
|
|
|
|
\li Layout
|
|
|
|
|
\li \l{Using Layouts}
|
|
|
|
|
\row
|
|
|
|
|
\li Stacked Container
|
|
|
|
|
\li \l{Lists and Other Data Models}
|
|
|
|
|
\row
|
|
|
|
|
\li Timeline
|
2022-06-22 12:26:03 +03:00
|
|
|
\li \l{Creating a Timeline}
|
2020-11-18 11:10:18 +01:00
|
|
|
\row
|
|
|
|
|
\li Event List
|
|
|
|
|
\li \l{Simulating Events}
|
|
|
|
|
\row
|
|
|
|
|
\li Edit Color
|
|
|
|
|
\li \l{Editing Properties Inline}
|
|
|
|
|
\row
|
|
|
|
|
\li Edit Annotation
|
|
|
|
|
\li \l{Annotating Designs}
|
|
|
|
|
\row
|
|
|
|
|
\li Merge File with Template
|
|
|
|
|
\li \l{Merging Files with Templates}
|
|
|
|
|
\row
|
2021-04-12 19:15:43 +03:00
|
|
|
\li Move Component Instances into Separate Files
|
2021-06-07 16:13:00 +02:00
|
|
|
\li \l{Turning Component Instances into Custom Components}
|
2020-11-18 11:10:18 +01:00
|
|
|
\row
|
|
|
|
|
\li Add New Signal Handler
|
|
|
|
|
\li \l{Adding Signal Handlers}
|
|
|
|
|
\row
|
|
|
|
|
\li Go to Implementation
|
2021-03-16 10:29:55 +01:00
|
|
|
\li \l{Using UI Files}
|
2020-11-18 11:10:18 +01:00
|
|
|
\row
|
2023-03-10 09:33:51 +02:00
|
|
|
\li Edit Component
|
2020-11-18 11:10:18 +01:00
|
|
|
\li \l{Moving Within Components}
|
|
|
|
|
\endtable
|
|
|
|
|
//! [context-menu]
|
|
|
|
|
*/
|