20 m_uiForm.leWorkspaceIndices->setValidator(
new QRegExpValidator(QRegExp(validatorString),
this));
26 connect(
m_uiForm.pbClose, SIGNAL(clicked()),
this, SLOT(close()));
30 return m_uiForm.dsWorkspace->getCurrentDataName().toStdString();
42 m_uiForm.dsWorkspace->setLoadProperty(propName, enable);
46 auto const state =
m_uiForm.ckAllSpectra->isChecked() ? Qt::Checked : Qt::Unchecked;
54 m_uiForm.leWorkspaceIndices->setEnabled(
false);
56 m_uiForm.leWorkspaceIndices->setEnabled(
true);
80 if (
m_uiForm.ckAllSpectra->isChecked()) {
82 m_uiForm.leWorkspaceIndices->setEnabled(
false);
IPeaksWorkspace_sptr workspace