Hi friends,


I placed 3 buttons vertically on a GroupBox.
When I hide the 1rst one, the others move up, as if were justified to top.
Qt Code:
  1. ui->button1->hide() ;
To copy to clipboard, switch view to plain text mode 

How could I avoid that ?


+++