1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 01:37:52 +01:00

f - cleanup

This commit is contained in:
2025-08-21 16:07:34 +02:00
committed by Klaus Wakonig
parent 72e811822c
commit 056301d836

View File

@@ -115,7 +115,7 @@ class MonacoDock(BECWidget, QWidget):
if __name__ == "__main__":
import sys
from PySide6.QtWidgets import QApplication
from qtpy.QtWidgets import QApplication
app = QApplication(sys.argv)
dock = MonacoDock()