Tooltips: added missing tooltips + refined pre-existing
Some pre-existing tooltips needed to be a compound of lines instead of 1 long one. Removed bold text from tooltip Removed URL from tooltip
This commit is contained in:
@@ -64,7 +64,10 @@
|
||||
<string>Property</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>The property to retrieve from each object. Can be "count" to count the objects, or property names like "Length" or "Shape.Volume" to retrieve a certain property.</string>
|
||||
<string>The property to retrieve from each object.
|
||||
Can be "count" to count the objects, or property names
|
||||
like "Length" or "Shape.Volume" to retrieve
|
||||
a certain property.</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
|
||||
@@ -582,7 +582,8 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefLineEdit" name="lineEdit">
|
||||
<property name="toolTip">
|
||||
<string>This is the SVG stroke-dasharray property to apply to projections of hidden objects.</string>
|
||||
<string>This is the SVG stroke-dasharray property to apply
|
||||
to projections of hidden objects.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>30, 10</string>
|
||||
@@ -641,7 +642,8 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefDoubleSpinBox" name="doubleSpinBox">
|
||||
<property name="toolTip">
|
||||
<string>Scaling factor for patterns used by object that have a Footprint display mode</string>
|
||||
<string>Scaling factor for patterns used by object that have
|
||||
a Footprint display mode</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>4</number>
|
||||
@@ -683,7 +685,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefLineEdit" name="lineEdit_2">
|
||||
<property name="toolTip">
|
||||
<string>The URL of a bim server instance (www.bimserver.org) to connect to.</string>
|
||||
<string>The URL of a bim server instance (www.bimserver.org) to connect to.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>http://localhost:8082</string>
|
||||
@@ -703,7 +705,9 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox_3">
|
||||
<property name="toolTip">
|
||||
<string>If this is checked, the "Open BimServer in browser" button will open the Bim Server interface in an external browser instead of the FreeCAD web workbench</string>
|
||||
<string>If this is selected, the "Open BimServer in browser"
|
||||
button will open the Bim Server interface in an external browser
|
||||
instead of the FreeCAD web workbench</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Open in external browser</string>
|
||||
|
||||
Reference in New Issue
Block a user