[TD] Improve weld task tool tips, partially fixes #0004838

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-01-31 22:00:47 +01:00
committed by WandererFan
parent ef4fdc7ecf
commit 3a14133269

View File

@@ -39,14 +39,16 @@
<item row="2" column="0">
<widget class="QLineEdit" name="leArrowTextL">
<property name="toolTip">
<string>Text before arrow side symbol</string>
<string>Text before arrow side symbol
Preperation depth, (weld size)</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="leArrowTextR">
<property name="toolTip">
<string>Text after arrow side symbol</string>
<string>Text after arrow side symbol
No. of welds × length, (gap)</string>
</property>
</widget>
</item>
@@ -87,7 +89,8 @@
<item row="0" column="1">
<widget class="QLineEdit" name="leArrowTextC">
<property name="toolTip">
<string>Text above arrow side symbol</string>
<string>Text above arrow side symbol
Angle, surface finish, root</string>
</property>
</widget>
</item>
@@ -125,14 +128,16 @@
<item row="1" column="1">
<widget class="QLineEdit" name="leOtherTextC">
<property name="toolTip">
<string>Text below other side symbol</string>
<string>Text below arrow side symbol
Angle, surface finish, root</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="leOtherTextR">
<property name="toolTip">
<string>Text after other side symbol</string>
<string>Text after other side symbol
No. of welds × length, (gap)</string>
</property>
</widget>
</item>
@@ -173,7 +178,8 @@
<item row="0" column="0">
<widget class="QLineEdit" name="leOtherTextL">
<property name="toolTip">
<string>Text before other side symbol</string>
<string>Text before other side symbol
Preperation depth, (weld size)</string>
</property>
</widget>
</item>