mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
WIP progress bar inheritance fixed
This commit is contained in:
@ -26,7 +26,7 @@ class BECProgressBar(BECWidget, QWidget):
|
|||||||
|
|
||||||
def __init__(self, parent=None, client=None, config=None, gui_id=None, **kwargs):
|
def __init__(self, parent=None, client=None, config=None, gui_id=None, **kwargs):
|
||||||
QWidget.__init__(self, parent=parent)
|
QWidget.__init__(self, parent=parent)
|
||||||
BECWidget.__init__(client=client, config=config, gui_id=gui_id, **kwargs)
|
BECWidget.__init__(self, client=client, config=config, gui_id=gui_id, **kwargs)
|
||||||
|
|
||||||
accent_colors = get_accent_colors()
|
accent_colors = get_accent_colors()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user