Skip to content

Instantly share code, notes, and snippets.

@bioimage-analysis
bioimage-analysis / napari_browser.py
Last active May 30, 2020 23:34
File browser for napari
from qtpy.QtWidgets import (
QPushButton,
QComboBox,
QTabWidget,
QHBoxLayout,
QFileDialog,
QDialogButtonBox,
QWidget,
QSlider,
)