Hello!

This is my first post at this forum; it seems nice =)

Anyway. I have added a QTableWidget with 3 different tabs. However, I would like all the radio buttons in the different tabs to "know about each other", so that if I check one radiobutton in Tab1 all other radiobuttons in Tab2 and Tab3 will be unchecked. Is there a simple way to do this? Have tried the QButtonGroup but without sucess :S