Salome HOME
Code documentation update
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFileSelector.cpp
index b82971d1f627d32ff56045a1ba8af4de34f7b551..80e6d670a9a30baf33c0e629d79dc17e4a3f1295 100644 (file)
@@ -46,6 +46,7 @@ ModuleBase_WidgetFileSelector::ModuleBase_WidgetFileSelector(QWidget* theParent,
   myPathField = new QLineEdit(myMainWidget);
   aMainLay->addWidget(myPathField, 1, 0);
   QPushButton* aSelectPathBtn = new QPushButton("...", myMainWidget);
+  aSelectPathBtn->setToolTip(tr("Select file..."));
   aSelectPathBtn->setMaximumWidth(20);
   aSelectPathBtn->setMaximumHeight(20);
   aMainLay->addWidget(aSelectPathBtn, 1, 1);