mantidimaging.gui.windows.image_load_dialog.view module#
- class mantidimaging.gui.windows.image_load_dialog.view.ImageLoadDialog(parent: QWidget)[source]#
Bases:
BaseDialogView
- create_file_input(position: int, file_info: FILE_TYPES) Field [source]#
- get_parameters() LoadingParameters [source]#
- images_are_sinograms: QCheckBox#
- pixelSize: QSpinBox#
- pixel_bit_depth: QComboBox#
- static select_file(caption: str, image_file: bool = 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:
Selected file name or None if canceled
- step_all: QPushButton#
- step_preview: QPushButton#
- tree: QTreeWidget#