file_selection module

Define the file selection matrix.

file_selection_matrix(main_window)

Create the 4 * 3 matrix to select the files to load.

Return type:

tuple[QGroupBox, list[list[None | QListWidget]]]

_setup_file_selection_widget(select_file_func, max_height=40)

Set the button to load and the list of selected files.

Return type:

tuple[QPushButton, QListWidget]

_select_files(main_window, files_list, row, col)

Set up a function to set the filepaths.

Return type:

None