Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwaylandqtshell.qdoc
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule QtWayland.Compositor.QtShell
6 \title Qt Wayland Qt Shell Extension
7 \ingroup qmlmodules
8 \since 6.3
9 \brief Provides a shell extension for Qt applications running on a Qt Wayland Compositor.
10 \section2 Summary
11 The QtShell extension provides a way to associate an QtShellSurface with a regular Wayland
12 surface. The QtShell extension is written to support the window management features which are
13 supported by Qt. It may be suitable on a platform where both the compositor and client
14 applications are written with Qt, and where applications are trusted not to abuse features such
15 as manual window positioning and "bring-to-front".
16 For other use cases, consider using IviApplication or XdgShell instead.
17 \section2 Usage
18 To use this module, import it like this:
19 \qml
20 import QtWayland.Compositor.IviApplication
21 \endqml
22*/