aics-int / napari-allencell-annotator

Other
0 stars 1 forks source link

display number of files #35

Closed memeramita closed 4 months ago

memeramita commented 4 months ago

Context

34

Changes

  1. I created a label under the file widget box to show the current number of files being open and a function update_num_files_label in images_view.py for updating the label.
  2. The function update_num_files_label is called from images_view.py, images_controller.py, and main_controller.py when image files are added, deleted, reset, and loaded from a csv file.
yrkim98 commented 4 months ago