Tagged Questions
0
votes
1answer
648 views
Qt Jambi (Qt4Dotnet): distinguishing signal emitters in a slot
I'm newb to Qt and got stuck in a signal/slot mechanism. I have a toolbar with a number of tool buttons, each associated with some widget. The task is to show appropriate widget when tool button is ...