napari.window#
The Window class is the primary entry to the napari GUI.
Currently, this module is just a stub file that will simply pass through the
napari._qt.qt_main_window.Window
class. In the future, this module
could serve to define a window Protocol that a backend would need to implement
to server as a graphical user interface for napari.
Classes
Application window that contains the menu bar and viewer. |