Select#

class Select(parent=None)[source]#

The first page of the wizard to select the image folder.

on_enter()[source]#

Called when entering the page.

dragEnterEvent(event)[source]#

Called when an item is dragged over the widget.

dropEvent(event)[source]#

Called when the dragged item is dropped onto the widget.

select_folder()[source]#

Called when the select-folder button was pressed.

folder_edited()[source]#

Called when the folder path was edited manually.

validate_folder(folder: Path, silent=False)[source]#

Checks if the folder contains input images as expected.

accept_folder(folder: Path)[source]#

Updates the user interface after the folder was deemed valid.