Skip to content

Commit b38861c

Browse files
committed
Add tooltip that clarifies how the label will be appended
1 parent 9b4f228 commit b38861c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qt/widgets/spectroscopy/src/OutputWidget/OutputNameView.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ void OutputNameView::hideOutputNameBox() const {
4444
m_uiForm.lbName->hide();
4545
m_uiForm.lbOutput->hide();
4646
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"));
4749
}
4850

4951
void OutputNameView::notifyUpdateOutputLabel() { m_presenter->handleUpdateOutputLabel(); }

0 commit comments

Comments
 (0)