0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

refactor: migration to qtpy

This commit is contained in:
wyzula-jan
2023-11-13 18:37:32 +01:00
parent 7957d2c566
commit b6f6bc5b20
30 changed files with 108 additions and 100 deletions

View File

@ -1,5 +1,5 @@
import pytest
from PyQt5.QtWidgets import (
from qtpy.QtWidgets import (
QWidget,
QVBoxLayout,
QLineEdit,