forked from M-Labs/thermostat
ctrl_panel: Bold "Control Method" text
This commit is contained in:
parent
81ee2d0b27
commit
31c27c6a76
@ -69,6 +69,11 @@ class CtrlPanel(QObject):
|
|||||||
|
|
||||||
param.child("output", "control_method").sigValueChanged.connect(_indicate_usage)
|
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):
|
def _setValue(self, value, blockSignal=None):
|
||||||
"""
|
"""
|
||||||
Implement 'lock' mechanism for Parameter Type
|
Implement 'lock' mechanism for Parameter Type
|
||||||
|
Loading…
Reference in New Issue
Block a user