Hi, I have 8 tabs in a tabwidget; every tab contains 3 spinboxes (8x3=24 spinboxes).
When I change spinbox values I need calls a SLOT (the same slot for all spinboxes).
For reduce the number of connect I tried to use buttonGroupBox, but someone said me spinboxes, with buttonGroupBox) doesn't trigger signals; how to do to avoid 24 connect???