mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Add QWidget to the mock Qt
This commit is contained in:
@@ -23,6 +23,8 @@ except ImportError:
|
||||
def Signal(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
QWidget = object
|
||||
|
||||
QtCore = QtWidgets = QtCore_cls()
|
||||
|
||||
has_qt = False
|
||||
|
||||
Reference in New Issue
Block a user