1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-11 01:02:17 +02:00
This commit is contained in:
2025-09-22 21:13:25 +02:00
committed by Klaus Wakonig
parent 919874ac1d
commit 14d7699c1b
-1
View File
@@ -8,7 +8,6 @@ class DummyTree(QWidget):
def __init__(self):
super().__init__()
tree = QTreeView(self)
apply_theme("dark")
@pytest.fixture