when i change this line
Qt Code:
  1. mVerticalLayout-> addWidget(central);
To copy to clipboard, switch view to plain text mode 
by this
Qt Code:
  1. central->setLayout(mVerticalLayout);
To copy to clipboard, switch view to plain text mode 

i see an empty window (there no groupbox, no scene)