mantidimaging.gui.windows.load_dialog.view module¶
- class mantidimaging.gui.windows.load_dialog.view.MWLoadDialog(parent)[source]¶
Bases:
QDialog
- 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
- step_all: QPushButton¶
- step_preview: QPushButton¶
- tree: QTreeWidget¶