Arch: Removed html from tooltips
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>448</width>
|
||||
<width>453</width>
|
||||
<height>364</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -69,8 +69,8 @@
|
||||
</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
|
||||
Can be "Count" to count the objects, or property names
|
||||
like "Length" or "Shape.Volume" to retrieve
|
||||
a certain property.</string>
|
||||
</property>
|
||||
</column>
|
||||
@@ -98,7 +98,7 @@ Leave blank to use all objects from the document</string>
|
||||
<string>Filter</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>An optional semicolon (;) separated list of property:value filters. Prepend ! to a property name to invert the effect of the filer (exclude objects that match the filter). Objects whose property contains the value will be matched. Examples of valid filters (everything is case-insensitive):</p><p><span style=" font-weight:600;">Name:Wall</span> - Will only consider objects with &quot;wall&quot; in their name (internal name)</p><p><span style=" font-weight:600;">!Name:Wall</span> - Will only consider objects which DON'T have &quot;wall&quot; in their name (internal name)</p><p><span style=" font-weight:600;">Description:Win</span> - Will only consider objects with &quot;win&quot; in their description</p><p><span style=" font-weight:600;">!Label:Win</span> - Will only consider objects which DO NOT have &quot;win&quot; in their label</p><p><span style=" font-weight:600;">IfcType:Wall</span> - Will only consider objects which Ifc Type is &quot;Wall&quot;</p><p><span style=" font-weight:600;">!Tag:Wall</span> - Will only consider objects which tag is NOT &quot;Wall&quot;</p><p>If you leave this field empty, no filtering is applied</p></body></html></string>
|
||||
<string>An optional semicolon (;) separated list of property:value filters. Prepend ! to a property name to invert the effect of the filer (exclude objects that match the filter). Objects whose property contains the value will be matched. Examples of valid filters (everything is case-insensitive): Name:Wall - Will only consider objects with &quot;wall&quot; in their name (internal name); !Name:Wall - Will only consider objects which DON'T have &quot;wall&quot; in their name (internal name); Description:Win - Will only consider objects with &quot;win&quot; in their description; !Label:Win - Will only consider objects which DO NOT have &quot;win&quot; in their label; IfcType:Wall - Will only consider objects which Ifc Type is &quot;Wall&quot; ; !Tag:Wall - Will only consider objects which tag is NOT &quot;Wall&quot; If you leave this field empty, no filtering is applied</string>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
@@ -149,8 +149,7 @@ Leave blank to use all objects from the document</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="add">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -164,8 +163,7 @@ Leave blank to use all objects from the document</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="remove">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -179,15 +177,14 @@ Leave blank to use all objects from the document</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="cancel">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QPushButton" name="buttonSelect">
|
||||
<property name="toolTip">
|
||||
<string>Put selected objects into the "Objects" column of the selected row</string>
|
||||
<string>Put selected objects into the "Objects" column of the selected row</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add selection</string>
|
||||
@@ -204,23 +201,21 @@ Leave blank to use all objects from the document</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="document-import">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="buttonExport">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>This exports the results to a CSV or Markdown file. </p><p><span style=" font-weight:600;">Note for CSV export:</span></p><p>In Libreoffice, you can keep this CSV file linked by right-clicking the Sheets tab bar -&gt; New sheet -&gt; From file -&gt; Link (Note: as of LibreOffice v6.x the correct path now is: Sheet -&gt; Insert Sheet... -&gt; From file -&gt; Browse...)</p></body></html></string>
|
||||
<string>This exports the results to a CSV or Markdown file. Note for CSV export: In Libreoffice, you can keep this CSV file linked by right-clicking the Sheets tab bar -&gt; New sheet -&gt; From file -&gt; Link (Note: as of LibreOffice v6.x the correct path now is: Sheet -&gt; Insert Sheet... -&gt; From file -&gt; Browse...)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Export</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="document-export">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user