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:
connect(tab_widget, SIGNAL(buttonOneClicked(int, int)), this, SLOT(bumpUp1(int, int)));To copy to clipboard, switch view to plain text mode
Bookmarks