- topLayout->addWidget(m_proxy);
-
- // Add a dummy widget with no restriction regarding
- // a vertical resizing. This assures that the dialog layout
- // is not stretched vertically.
- QWidget *w = new QWidget(vBox);
- vBoxVBoxLayout->addWidget(w);
-
- topLayout->addWidget(vBox);