Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicklabsplatformmenuseparator.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
6
8
9/*!
10 \qmltype MenuSeparator
11 \inherits MenuItem
12//! \nativetype QQuickLabsPlatformMenuSeparator
13 \inqmlmodule Qt.labs.platform
14 \since 5.8
15 \brief A native menu separator.
16
17 The MenuSeparator type is provided for convenience. It is a MenuItem
18 that has the \l {MenuItem::}{separator} property set to \c true by default.
19
20 \image qtlabsplatform-menubar.png
21 {Native menubar with Edit menu showing Cut, Copy, and Paste}
22
23 \labs
24
25 \sa Menu, MenuItem
26*/
27
33
34QT_END_NAMESPACE
35
36#include "moc_qquicklabsplatformmenuseparator_p.cpp"
QObject * parent
Definition qobject.h:74
\inmodule QtCore
Definition qobject.h:106
Combined button and popup list for selecting options.