mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-25 05:46:31 +00:00
正在修改,没改完
This commit is contained in:
@ -66,7 +66,7 @@ functions.py中会调取./addon/目录下的全部功能文件,这些功能文
|
||||
`菜单名` : `str` 显示在菜单上的字符串
|
||||
`选项名` : `str` 显示在菜单选项上的字符串
|
||||
`选项函数` : `function` 菜单调取的函数(无返回值,无入参)
|
||||
当 `选项名` 的布尔值判定为 `False` 的时候,无论 `选项函数` 为何,皆插入一段分割线
|
||||
当 `选项名` 的布尔值判定为 `False` 的时候,无论 `选项函数` 为何,皆插入一段分割线,但 `选项函数` 不得为空
|
||||
|
||||
2. `setWidget`对窗口部件的放置
|
||||
```python
|
||||
|
Reference in New Issue
Block a user