Skip to content

Commit

Permalink
ticket:4264 Added a hint for multi-line text.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Feb 15, 2017
1 parent 2770f77 commit c0f41e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
Expand Up @@ -183,6 +183,7 @@ ShapePropertiesDialog::ShapePropertiesDialog(ShapeAnnotation *pShapeAnnotation,
// Text Group Box
mpTextGroupBox = new QGroupBox(tr("Text"));
mpTextTextBox = new QLineEdit(mpShapeAnnotation->getTextString());
mpTextTextBox->setToolTip(tr("Use \\n for multi-line text"));
// set the Text Group Box layout
QHBoxLayout *pTextGroupBoxLayout = new QHBoxLayout;
pTextGroupBoxLayout->addWidget(mpTextTextBox);
Expand Down

0 comments on commit c0f41e0

Please sign in to comment.