标签: python pyside
这是我的代码:
class TempObject: NSObject { @objc var property: String }
这会像预期的那样打开一个窗口。当我关闭它时,会发生三件事:
我做错了什么?