[FEM] add missing tooltip

- should clarify the action of the button properly
This commit is contained in:
Uwe
2022-06-05 00:25:20 +02:00
parent adbc58e159
commit 002447b6d5

View File

@@ -327,6 +327,11 @@
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QPushButton" name="calculate">
<property name="toolTip">
<string>Runs the equation given in the field below,
outputs the results to the Min and Max fields
and colors the result mesh accordingly</string>
</property>
<property name="text">
<string>Calculate</string>
</property>