[TD]remove html escape sequences from tooltip
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>444</width>
|
||||
<width>474</width>
|
||||
<height>416</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -571,7 +571,7 @@ can be a performance penalty in complex models.</string>
|
||||
<item row="7" column="2">
|
||||
<widget class="Gui::PrefSpinBox" name="sbScrubCount">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>The number of times FreeCAD should try to remove overlapping edges returned by the Hidden Line Removal algorithm. A value of 0 indicates no scrubbing, 1 indicates a single pass and 2 indicates a second pass should be performed. Values above 2 are generally not productive. Each pass adds to the time required to produce the drawing.</p></body></html></string>
|
||||
<string>The number of times FreeCAD should try to remove overlapping edges returned by the Hidden Line Removal algorithm. A value of 0 indicates no scrubbing, 1 indicates a single pass and 2 indicates a second pass should be performed. Values above 2 are generally not productive. Each pass adds to the time required to produce the drawing.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>440</width>
|
||||
<height>400</height>
|
||||
<height>448</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -177,7 +177,7 @@
|
||||
<item row="9" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="pcbLightOnDark">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Check this to use light text and lines on dark backgrounds. Set Page Color to a dark color. Transparent or light color faces are recommended with this option.</p></body></html></string>
|
||||
<string>Check this to use light text and lines on dark backgrounds. Set Page Color to a dark color. Transparent or light color faces are recommended with this option.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Light on dark</string>
|
||||
@@ -617,7 +617,9 @@
|
||||
<item row="10" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="pcbMonochrome">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>If checked FreeCAD will use a single colour for all text and lines. If unchecked FreeCAD will attempt to use lighter versions of preferred colours.</p><p><br/></p><p><br/></p></body></html></string>
|
||||
<string>If checked FreeCAD will use a single colour for all text and lines. If unchecked FreeCAD will attempt to use lighter versions of preferred colours.
|
||||
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Monochrome</string>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>440</width>
|
||||
<height>498</height>
|
||||
<height>508</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -493,7 +493,7 @@ Multiplier of 'Font Size'</string>
|
||||
<item row="3" column="2">
|
||||
<widget class="Gui::PrefLineEdit" name="leFormatSpec">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Leave blank for automatic dimension format. Use %f, %g or %w specifiers to override.</p></body></html></string>
|
||||
<string>Leave blank for automatic dimension format. Use %f, %g or %w specifiers to override.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
@@ -524,7 +524,9 @@ Multiplier of 'Font Size'</string>
|
||||
<item row="9" column="2">
|
||||
<widget class="Gui::PrefDoubleSpinBox" name="pdsbGapISO">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Controls the size of gap between dimension point and start of extension line for ISO dimensions. Value * linewidth is the gap. Normally, no gap is used. If using a gap, the recommended value 8.</p></body></html></string>
|
||||
<string>Controls the size of gap between dimension point and start of extension line for ISO dimensions.
|
||||
Value * linewidth is the gap.
|
||||
Normally, no gap is used. If using a gap, the recommended value 8.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
@@ -543,7 +545,8 @@ Multiplier of 'Font Size'</string>
|
||||
<item row="10" column="2">
|
||||
<widget class="Gui::PrefDoubleSpinBox" name="pdsbGapASME">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Controls the size of gap between dimension point and start of extension line for ASME dimensions. Value * linewidth is the gap. Normally, no gap is used. If a gap is used, the recommended value is 6.</p></body></html></string>
|
||||
<string>Controls the size of gap between dimension point and start of extension line for ASME dimensions. Value * linewidth is the gap.
|
||||
Normally, no gap is used. If a gap is used, the recommended value is 6.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
@@ -577,13 +580,14 @@ Multiplier of 'Font Size'</string>
|
||||
<item row="11" column="2">
|
||||
<widget class="Gui::PrefDoubleSpinBox" name="pdsbLineSpacingFactorISO">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Controls the size of spacing between dimension line and dimension text. Value * linewidth is the line spacing.</p></body></html></string>
|
||||
<string>Controls the size of spacing between dimension line and dimension text.
|
||||
Value * linewidth is the line spacing.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double></double>
|
||||
<double>0.000000000000000</double>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
<cstring>LineSpacingFactorISO</cstring>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<item row="1" column="1">
|
||||
<widget class="QPushButton" name="pbIcon05">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Material removal prohibited, whole part</p></body></html></string>
|
||||
<string>Material removal prohibited, whole part</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
@@ -41,7 +41,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QPushButton" name="pbIcon04">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Any method allowed, whole part</p></body></html></string>
|
||||
<string>Any method allowed, whole part</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
@@ -51,7 +51,7 @@
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="pbIcon06">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Material removal required, whole part</p></body></html></string>
|
||||
<string>Material removal required, whole part</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
@@ -61,7 +61,7 @@
|
||||
<item row="0" column="2">
|
||||
<widget class="QPushButton" name="pbIcon03">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Material removal required</p></body></html></string>
|
||||
<string>Material removal required</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
@@ -71,7 +71,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="QPushButton" name="pbIcon02">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Material removal prohibited</p></body></html></string>
|
||||
<string>Material removal prohibited</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
@@ -81,7 +81,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QPushButton" name="pbIcon01">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Any method allowed</p></body></html></string>
|
||||
<string>Any method allowed</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
@@ -102,7 +102,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="leAngle">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Rotation angle</p></body></html></string>
|
||||
<string>Rotation angle</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true">0</string>
|
||||
@@ -112,7 +112,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="rbISO">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Use ISO standard</p></body></html></string>
|
||||
<string>Use ISO standard</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>ISO</string>
|
||||
@@ -125,7 +125,7 @@
|
||||
<item row="1" column="1">
|
||||
<widget class="QRadioButton" name="rbASME">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Use ASME standard</p></body></html></string>
|
||||
<string>Use ASME standard</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>ASME</string>
|
||||
|
||||
Reference in New Issue
Block a user