mantidimaging.gui.windows.image_load_dialog.view module

class mantidimaging.gui.windows.image_load_dialog.view.ImageLoadDialog(parent)[source]

Bases: BaseDialogView

create_file_input(position: int, file_info: TypeInfo) Field[source]
enable_preview_all_buttons()[source]
fields: Dict[str, Field]
get_parameters() LoadingParameters[source]
images_are_sinograms: QCheckBox
pixelSize: QSpinBox
pixel_bit_depth: QComboBox
static select_file(caption: str, image_file=True) str | None[source]
Parameters:
  • caption – Title of the file browser window that will be opened

  • image_file – Whether or not the file being looked for is an image

Returns:

True: If a file has been selected, False otherwise

show_error(msg, traceback)[source]
step_all: QPushButton
step_preview: QPushButton
tree: QTreeWidget