mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 05:01:42 +08:00
a5d42a3940
This allows the viewer to use either PyQt4 or PySide as the toolkit.
6 lines
333 B
ReStructuredText
6 lines
333 B
ReStructuredText
This qt subpackage provides a wrapper to allow use of either PySide or PyQt4.
|
|
In addition, if neither package is available, some mock objects are created to
|
|
prevent errors in the TravisCI build. Only the objects used in the global
|
|
namespace need to be mocked (e.g., a Qt object that gets subclassed is used
|
|
in the global namespace).
|