60 this->setWindowTitle(caption);
62 QGridLayout *widgetLayout =
new QGridLayout(
this);
63 widgetLayout->setColumnStretch(1, 1);
64 widgetLayout->setContentsMargins(0,0,0,0);
65 widgetLayout->setHorizontalSpacing(0);
77 QLabel* lbl =
new QLabel(dwparam[i].label +
':',
this);
78 widgetLayout->addWidget(lbl, i , 0);
84 QSpacerItem * sp =
new QSpacerItem(1, 1);