From fa195e72ce3bd2845c79eeca74081cdd5978d342 Mon Sep 17 00:00:00 2001 From: zxj <2472419499@qq.com> Date: Fri, 29 Nov 2024 17:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZBD_IIIDL_S_Project/DependFile/QML/impedanceDialog.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ZBD_IIIDL_S_Project/DependFile/QML/impedanceDialog.qml b/ZBD_IIIDL_S_Project/DependFile/QML/impedanceDialog.qml index c69be1c..ab39191 100644 --- a/ZBD_IIIDL_S_Project/DependFile/QML/impedanceDialog.qml +++ b/ZBD_IIIDL_S_Project/DependFile/QML/impedanceDialog.qml @@ -7,6 +7,9 @@ Popup { y:80 + function show() { + popup.visible = true; + } width: bgRect.width height: bgRect.height @@ -15,6 +18,7 @@ Popup { implicitHeight: bgRect.height } + modal: true focus: true closePolicy: /*Popup.CloseOnEscape | */Popup.CloseOnPressOutsideParent