Doc: Don't auto-close popup in Attached Style Properties Example

So that users can see the theme change while the popup is open

Change-Id: I9cac09badc04c5dcace45dadaa9282900b093e17
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit 27878fdef7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sze Howe Koh 2023-02-01 11:24:07 +08:00 committed by Qt Cherry-pick Bot
parent e31abbf878
commit f47d7f6f63
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2022 The Qt Company Ltd.
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQuick
@ -65,8 +65,8 @@ ApplicationWindow {
Popup {
id: popup
dim: true
anchors.centerIn: parent
closePolicy: Popup.NoAutoClose
ColumnLayout {
anchors.centerIn: parent