summaryrefslogtreecommitdiffstats
path: root/examples/widgets/qnx/foreignwindows/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fix license of foreignwindows exampleKai Köhne2023-06-301-1/+1
| | | | | | | | | Example source code should be LicenseRef-Qt-Commercial OR BSD-3-Clause Pick-to: 6.5 6.6 Change-Id: Ia9cf6f4783fde0e25f72a31bbe6d809118fd4240 Reviewed-by: James McDonnell <jmcdonnell@blackberry.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Basic foreign window support for QNXJames McDonnell2019-05-011-0/+53
Requires a screen with working context permission parsing. Currently, all context permission requests fail because the parsing is incorrect. A context permission is added temporarily to prevent CLOSE/CREATE events when Qt reparents foreign windows. Qt does this temporarily when a foreign window is wrapped in a widget. Change-Id: I84c18e70d43239286fcd53715332d7015cf1a826 Reviewed-by: Rafael Roquetto <rafael@roquetto.com>