ctrl_panel: Bold "Control Method" text

This commit is contained in:
atse 2024-08-07 18:30:59 +08:00
parent 87ba107ce5
commit 3ffa939970
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ class CtrlPanel(QObject):
) )
_indicate_usage(param.child("output", "control_method")) _indicate_usage(param.child("output", "control_method"))
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): def _setValue(self, value, blockSignal=None):
""" """
Implement 'lock' mechanism for Parameter Type Implement 'lock' mechanism for Parameter Type