Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Aug 2, 2023
1 parent 1cc68d6 commit bd37aa4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.
76 changes: 0 additions & 76 deletions src/napari_sam/QCollapsibleBox.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/napari_sam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.12"
__version__ = "0.4.13"
from ._widget import SamWidget

__all__ = (
Expand Down
2 changes: 0 additions & 2 deletions src/napari_sam/_widget.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from qtpy.QtWidgets import QVBoxLayout, QPushButton, QWidget, QLabel, QComboBox, QRadioButton, QGroupBox, QProgressBar, QApplication, QScrollArea, QLineEdit, QCheckBox
from qtpy.QtGui import QIntValidator, QDoubleValidator
# from napari_sam.QCollapsibleBox import QCollapsibleBox
from qtpy import QtCore
from qtpy.QtCore import Qt
import napari
Expand Down Expand Up @@ -288,7 +287,6 @@ def init_auto_mode_settings(self):
container_widget_auto = QWidget()
container_layout_auto = QVBoxLayout(container_widget_auto)

# self.g_auto_mode_settings = QCollapsibleBox("Everything Mode Settings")
self.g_auto_mode_settings = QGroupBox("Everything Mode Settings")
self.l_auto_mode_settings = QVBoxLayout()

Expand Down

0 comments on commit bd37aa4

Please sign in to comment.