Cool, app looks slick. How are you styling the GUI if you don't mind me asking?

Your problem in this case is just that you can't have a descriptor for parameters in the connect:

Qt Code:
  1. connect(tab_widget, SIGNAL(buttonOneClicked(int, int)), this, SLOT(bumpUp1(int, int)));
To copy to clipboard, switch view to plain text mode