add completer to general fit linedit

This commit is contained in:
Dominik Demuth
2023-09-07 19:30:10 +02:00
parent 53c58b2bbb
commit 5e55f06723
2 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -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: