Thomas,

The error is in main function

Qt Code:
  1. Ui::handmade *dialog = new Ui::handmade
To copy to clipboard, switch view to plain text mode 

instead include the handmade.h in the main and
then make object of that.
Call the show now

Also you can see the ui_handmade.h for why there is no show in the Ui::handmade