I've got my main class, CRat. During construction I create a second QMainWindow and run show(). I want both windows to be open at the same time, so it's non-modal. The second window has buttons connected to slots. If I click on a button, the slot will run but it will repeat itself at least twice. I've gone over my code with a fine tooth comb, the slot is not being called again, but as soon as it gets to the end of the slot, the slot reruns anyway.![]()
Bookmarks