//myStudyLst->addColumn(tr(""), 0);
myStudyLst->setAllColumnsShowFocus(true);
- myStudyLst->setMinimumHeight(130);
+ //myStudyLst->setMinimumHeight(130);
connect(myStudyLst, SIGNAL(itemSelectionChanged()), this, SLOT(onLeftSelected()));
aControlLay->addWidget(myStudyLst, 1, 0, 5, 1);
myContainerLst->setColumnWidth( 2, 0 );
- myContainerLst->setMinimumWidth(130);
+ //myContainerLst->setMinimumWidth(130);
connect(myContainerLst, SIGNAL(itemSelectionChanged()), this, SLOT(onRightSelected()));
- aControlLay->addWidget(myContainerLst, 1, 2, 3, 1);
+ aControlLay->addWidget(myContainerLst, 1, 2, 5, 1);
TopLayout->addWidget(aControlFrame);
void VisuGUI_EditContainerDlg::onRightSelected()
{
- myRightBtn->setEnabled( myContainerLst->selectedItems().count() > 0 );
+ myLeftBtn->setEnabled( myContainerLst->selectedItems().count() > 0 );
}
void VisuGUI_EditContainerDlg::onHelp()