How do you suggest that I do that? I tried that but still not working:
Qt Code:
  1. container = new QWidget();
  2. layout = new QVBoxLayout();
  3. ui.scrollArea->setWidget(container);
  4. container->setLayout(layout);
  5. ui.scrollArea->setWidgetResizable(true);
To copy to clipboard, switch view to plain text mode