提交 22b93ad4 编写于 作者: 之一Yo's avatar 之一Yo

添加 `NavigationWidget.click()` 方法 (#357)

上级 f291068e
......@@ -50,6 +50,9 @@ class NavigationWidget(QWidget):
self.update()
self.clicked.emit(True)
def click(self):
self.clicked.emit(True)
def setCompacted(self, isCompacted: bool):
""" set whether the widget is compacted """
if isCompacted == self.isCompacted:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册