dialogs#

All the independent popup dialogs used by the GUI

class AboutDialog(about_info, parent=None)[source]#

Bases: QDialog

class RenameChannelsDialog(channels, parent=None)[source]#

Bases: QDialog

accept(self)[source]#
get_new_channels()[source]#
class ResourceTypeToFolderDialog(mapping: dict[str, str], parent=None)[source]#

Bases: QDialog

Simple (k: v) editor for resource_type_to_folder.

  • Left column: resource_type (read-only label).

  • Right column: editable folder (relative path, may be empty ‘’).

  • Optional: checkbox to decide whether to migrate existing folders.

result() tuple[dict[str, str], bool][source]#

Convenience: (mapping, migrate_flag).

result_mapping() dict[str, str][source]#

Return the edited mapping {resource_type: folder_rel_path}.

class VerifyRenamingDialog(files, parent=None)[source]#

Bases: QDialog

accept(self)[source]#
get_selected_files()[source]#