mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-13 10:05:44 +02:00
refactor(utils): qt_utils moved to utils
This commit is contained in:
@@ -7,7 +7,7 @@ from bec_lib.logger import bec_logger
|
||||
from qtpy.QtCore import QObject
|
||||
from qtpy.QtWidgets import QMessageBox
|
||||
|
||||
from bec_widgets.qt_utils.error_popups import ErrorPopupUtility, ExampleWidget, SafeProperty
|
||||
from bec_widgets.utils.error_popups import ErrorPopupUtility, ExampleWidget, SafeProperty
|
||||
|
||||
|
||||
class TestSafePropertyClass(QObject):
|
||||
|
||||
Reference in New Issue
Block a user