Hi, ^NyAw^

Thank you for your reply, and for pointing out that it probably had to do something with pointers, you where right.

Thing was that I tried to add widgets to a grid but had not used the line:
Qt Code:
  1. grid = new QGridLayout;
To copy to clipboard, switch view to plain text mode 

And I also found a connect statement for a timer that didn't exist.

Thanks for your help!

DrDonut