I want to connect a edit button to a editInfo() slot and pass the current selected index of a QListView as an argument.
I dont think theres a way to pass a QListView index trough the clicked() signal. So I have to create a signal thats get triggered by the button being clicked, and then sends a signal to editInfo() passing the list's current index???? Maybe.. ?