ctrl_panel: Bold "Control Method" text

This commit is contained in:
atse 2024-08-07 18:30:59 +08:00
parent 81ee2d0b27
commit 31c27c6a76
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ class CtrlPanel(QObject):
param.child("output", "control_method").sigValueChanged.connect(_indicate_usage)
for item in param.child("output", "control_method").items:
font = item.font(0)
font.setBold(True)
item.setFont(0, font)
def _setValue(self, value, blockSignal=None):
"""
Implement 'lock' mechanism for Parameter Type