lyse.__main__.Lyse

class lyse.__main__.Lyse[source]

Bases: object

__init__()[source]

Methods

__init__()

are_you_sure()

connect_signals()

delete_items(confirm)

Delete items from whichever box has focus, with optional confirmation dialog

get_save_data()

load_configuration(filename[, ...])

load_window_geometry_configuration(filename)

Load only the window geometry from the config file.

on_close_event()

on_load_configuration_triggered()

on_load_dataframe_triggered()

on_revert_configuration_triggered()

on_save_configuration_as_triggered()

on_save_configuration_triggered()

on_save_dataframe_triggered([choose_folder])

only_window_geometry_is_different(...)

save_configuration(save_file)

setup_config()

terminate_all_workers()

workers_terminated()

are_you_sure()[source]
connect_signals()[source]
delete_items(confirm)[source]

Delete items from whichever box has focus, with optional confirmation dialog

get_save_data()[source]
load_configuration(filename, restore_window_geometry=True)[source]
load_window_geometry_configuration(filename)[source]

Load only the window geometry from the config file. It’s useful to have this separate from the rest of load_configuration so that it can be called before the window is shown.

on_close_event()[source]
on_load_configuration_triggered()[source]
on_load_dataframe_triggered()[source]
on_revert_configuration_triggered()[source]
on_save_configuration_as_triggered()[source]
on_save_configuration_triggered()[source]
on_save_dataframe_triggered(choose_folder=True)[source]
only_window_geometry_is_different(current_data, old_data)[source]
save_configuration(save_file)[source]
setup_config()[source]
terminate_all_workers()[source]
workers_terminated()[source]