pyblish-qml报错


constant property commentEnabled throws TypeError (WRITE method or NOTIFY signal)
@QtCore.Property(bool, constant=True)
def commentEnabled(self):
    return "comment" in self.host.cached_context.data


@QtCore.Property(bool, constant=False)
def commentEnabled(self):
    return "comment" in self.host.cached_context.data

评论
  目录