Resolve "Synchronization between treeview, graph and dataview is not working"
Closes #241 (closed) Cause: The selected elements are sent through a set which is not, preserving the order in which elementsare added. Solution: Create an own signal emitting the last selected element.