mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
WIP DAP combobox removed config passing
This commit is contained in:
@ -45,7 +45,7 @@ class DapComboBox(BECWidget, QWidget):
|
||||
**kwargs,
|
||||
):
|
||||
QWidget.__init__(self, parent=parent)
|
||||
BECWidget.__init__(self, client=client, config=config, gui_id=gui_id, **kwargs)
|
||||
BECWidget.__init__(self, client=client, gui_id=gui_id, **kwargs)
|
||||
self.layout = QVBoxLayout(self)
|
||||
self.fit_model_combobox = QComboBox(self)
|
||||
self.layout.addWidget(self.fit_model_combobox)
|
||||
|
Reference in New Issue
Block a user