Hello, I need to implement an action listener but i dont know much about signals and slots.
Let me explain what I'm trying to do:
In my program I have 2 views. User will select from the view action in the menubar. There are 2 views. When 1 is selected, it will be checked and the other will become unchecked.Also the view will change.
How can i implement this actionlistener??
Bookmarks