Is there some trick to creating a resizeable main window in Qt Creator? It seems like it defaults to some kind of fixed grid layout, and then any layout I put inside (horizontal or vertical) doesn't resize with the window. Furthermore, the layout widget that comes inside the main window by default can't be deleted except by editing the .ui file. Am I missing something here?