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:
@@ -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>
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
<string>Add to favorites</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>*</string>
|
||||
<string notr="true">*</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user