add completer to general fit linedit
This commit is contained in:
@@ -339,7 +339,7 @@ class ParameterSingleWidget(QtWidgets.QWidget):
|
||||
# self.value_line.setText(f'{float(val):.5g}')
|
||||
self.value_line.setText(f'{val}')
|
||||
|
||||
def show_as_local_parameter(self, is_local):
|
||||
def show_as_local_parameter(self, is_local: bool):
|
||||
if is_local:
|
||||
self.label.setStyleSheet('font-weight: bold;')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user