摘要: 1.Property的使用 class Backend(QObject): def __init__(self) -> None: super().__init__() self._hello='hello_world' @Property(str) def hello(self): return 阅读全文
posted @ 2023-09-20 11:27 嘚惹 阅读(97) 评论(2) 推荐(0) 编辑