qt
Try to import PySide6, which is the current official Qt 6 Python interface. Then, try PyQt5 if that doesn’t work. If no compatible Qt Python interface is found, use some dummy classes to allow some testing.
Classes
|
A dummy QAbstractItemModel class to allow some testing without PyQt |
|
A dummy QAbstractTableModel class to allow some testing without PyQt |
A dummy QItemDelegate class to allow some testing without PyQt |
|
A dummy QItemEditorCreatorBase class to allow some testing without PyQt |
|
|
|
|
A dummy QtCore class to allow some testing without PyQt |