QSignalMapper can also be used, especially if you want to map spin boxes. You can then have a slot that takes a spin box pointer as its argument (just make sure it's cast to QWidget*).
QSignalMapper can also be used, especially if you want to map spin boxes. You can then have a slot that takes a spin box pointer as its argument (just make sure it's cast to QWidget*).
Bookmarks