// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial export Bar := Rectangle { in property external; PopupWindow { close-on-click: true; } PopupWindow { close-on-click: root.external; // ^error{The close-on-click property only supports constants at the moment} } }