Materials: Add tooltips to buttons

Having only `*`, `+` & `-` as reference is not intuitive. Tooltips help
users to know what each button does.

Also marked symbols as not translatable as they appear on CrowdIn.
This commit is contained in:
hasecilu
2024-07-07 17:51:42 -06:00
committed by Chris Hennes
parent ee26e4cbbc
commit 57f4db2587
2 changed files with 21 additions and 6 deletions

View File

@@ -198,8 +198,11 @@
</item>
<item>
<widget class="QPushButton" name="buttonFavorite">
<property name="toolTip">
<string>Add to favorites</string>
</property>
<property name="text">
<string>*</string>
<string notr="true">*</string>
</property>
</widget>
</item>
@@ -229,15 +232,21 @@
</item>
<item>
<widget class="QPushButton" name="buttonPhysicalAdd">
<property name="toolTip">
<string>Add physical model</string>
</property>
<property name="text">
<string>+</string>
<string notr="true">+</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonPhysicalRemove">
<property name="toolTip">
<string>Delete physical model</string>
</property>
<property name="text">
<string>-</string>
<string notr="true">-</string>
</property>
</widget>
</item>
@@ -273,15 +282,21 @@
</item>
<item>
<widget class="QPushButton" name="buttonAppearanceAdd">
<property name="toolTip">
<string>Add appearance model</string>
</property>
<property name="text">
<string>+</string>
<string notr="true">+</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonAppearanceRemove">
<property name="toolTip">
<string>Delete appearance model</string>
</property>
<property name="text">
<string>-</string>
<string notr="true">-</string>
</property>
</widget>
</item>

View File

@@ -159,7 +159,7 @@
<string>Add to favorites</string>
</property>
<property name="text">
<string>*</string>
<string notr="true">*</string>
</property>
</widget>
</item>