From dfc448c867aeecd37477d7e32881ad53fd8cf64f Mon Sep 17 00:00:00 2001 From: yunan Date: Fri, 25 Apr 2025 21:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter1/demo1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/demo1.py b/chapter1/demo1.py index 6b59360..78415fd 100644 --- a/chapter1/demo1.py +++ b/chapter1/demo1.py @@ -1,5 +1,5 @@ import sys -from PySide6.QtWidgets import QApplication, QWidget, QPushButton +from PySide6.QtWidgets import QApplication,QPushButton,QWidget # 信号 是指 Pyside6 的控件(窗口、按钮、标签、文本框、列表框等)在某个动作下或状态改变时发出的一个指令或信号