1.2.1
This commit is contained in:
@ -266,6 +266,13 @@ class PanelFactory:
|
||||
# ★ 重新禁用滚轮:update_from_config 可能动态创建了新的 SpinBox/ComboBox
|
||||
_disable_wheel_for_widget(panel)
|
||||
|
||||
def replay_live_panel_inputs(self):
|
||||
"""公开方法:重播所有已加载面板的输入值(供主窗口切页时调用)。
|
||||
|
||||
内部委托给 _replay_live_panel_inputs。
|
||||
"""
|
||||
self._replay_live_panel_inputs()
|
||||
|
||||
def _replay_live_panel_inputs(self):
|
||||
"""遍历 PANEL_REGISTRY 依赖声明,从已加载面板实时读取属性值并强制广播。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user