mantidimaging.gui.windows.image_load_dialog.field module#
- class mantidimaging.gui.windows.image_load_dialog.field.Field(tree: QTreeWidget, widget: QTreeWidgetItem, use: QCheckBox, select_button: QPushButton, file_info: FILE_TYPES)[source]#
Bases:
object
- property path_widget: QTreeWidgetItem#
- update_indices(number_of_images: int) None [source]#
- Parameters:
number_of_images – Number of images that will be loaded in from the current selection
- property use: QCheckBox#
- property widget: QTreeWidgetItem#
Returns the top-level widget of the section. All other fields are nested under it :return: