1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-10 18:57:50 +01:00

feat(general_gui): dark/light theme switcher

This commit is contained in:
2024-06-26 21:21:36 +02:00
parent 2a24a64f82
commit 7cdc99fba0
2 changed files with 22 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ from unittest.mock import MagicMock, patch
import pytest
from bec_lib.devicemanager import DeviceContainer
from bec_widgets.examples.motor_movement.motor_control_compilations import (
MotorControlApp,
MotorControlMap,
@@ -10,7 +11,6 @@ from bec_widgets.examples.motor_movement.motor_control_compilations import (
MotorControlPanelAbsolute,
MotorControlPanelRelative,
)
from bec_widgets.widgets.motor_control.motor_control import MotorActions, MotorThread
from bec_widgets.widgets.motor_control.motor_table.motor_table import MotorCoordinateTable
from bec_widgets.widgets.motor_control.movement_absolute.movement_absolute import (