Maybe there's a widget that you didn't put into a layout? The default position of such widget is in the upper left corner and the 100px sound like some default size.
Try adding this in your main:
qApp->setStyleSheet("QWidget { border: 2px solid red;}");
This should put a red frame around every widget so you'll see if anything's there.