Replace dict[Id, int] in signals and slots with tuple[Id, int]
Any signal going from the topiclist or comptree should be sending a tuple[Id, int] instead of a dict[Id, int]. This change impacts any widget that is part of the communication between graph and tree_view. Code and docstring need to be updated.