mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
在mixin.py上再优化注释
This commit is contained in:
parent
e527363eb1
commit
9f359bd402
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ class ActionsMixin:
|
|||
# 连接勾选状态变化信号到设置存储函数
|
||||
qaction.toggled.connect(
|
||||
partial(self._store_checkable_setting, settings_key))
|
||||
|
||||
|
||||
# 创建所有动作
|
||||
def _create_actions(self):
|
||||
"""创建所有定义在actions中的动作"""
|
||||
# 遍历所有动作定义
|
||||
|
|
|
|||
Loading…
Reference in a new issue