[FEM] [skip ci] add tooltip to preferences options

This commit is contained in:
Uwe
2023-03-26 21:23:33 +02:00
parent 1eaf8a724e
commit afecf62faf

View File

@@ -323,6 +323,10 @@
</item>
<item>
<widget class="Gui::PrefCheckBox" name="cb_restore_result_dialog">
<property name="toolTip">
<string>The results dialog will be opened
with the last used dialog settings</string>
</property>
<property name="text">
<string>Restore result dialog settings</string>
</property>
@@ -342,6 +346,10 @@
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string>All constraints are hidden in the model view
when the results dialog is opened</string>
</property>
<property name="text">
<string>Hide constraints when open result dialog</string>
</property>