We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4f228 commit b38861cCopy full SHA for b38861c
qt/widgets/spectroscopy/src/OutputWidget/OutputNameView.cpp
@@ -44,6 +44,8 @@ void OutputNameView::hideOutputNameBox() const {
44
m_uiForm.lbName->hide();
45
m_uiForm.lbOutput->hide();
46
m_uiForm.lbWarning->hide();
47
+ m_uiForm.leLabel->setToolTip(QString::fromStdString(
48
+ "This label will be appended to each reduced output workspace name including the group workspace name"));
49
}
50
51
void OutputNameView::notifyUpdateOutputLabel() { m_presenter->handleUpdateOutputLabel(); }
0 commit comments