def _init(self):
super()._init()
self.sort_order = "0"
self.user_sort_order = "0".zfill(7)
self.allowed_children = ()
self.allowed_instances = 0
self.wizard = None
self.name = "Comment"
self.is_hidden = False
self.forbidden_sequences = ["<!- -", "- ->", "--"]
self.properties = {"<node_text>": PropertyText("Comment")}
self.model_item = NodeStandardItem(self)
self.model_item.setForeground(Qt.blue)
self.update_item_name()
评论列表
文章目录