Arch: Removed html from tooltips

This commit is contained in:
Yorik van Havre
2023-05-08 09:36:17 +02:00
parent 6765afd12b
commit ccc20b6b11
+11 -16
View File
@@ -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 &quot;Count&quot; to count the objects, or property names
like &quot;Length&quot; or &quot;Shape.Volume&quot; 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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;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):&lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;Name:Wall&lt;/span&gt; - Will only consider objects with &amp;quot;wall&amp;quot; in their name (internal name)&lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;!Name:Wall&lt;/span&gt; - Will only consider objects which DON'T have &amp;quot;wall&amp;quot; in their name (internal name)&lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;Description:Win&lt;/span&gt; - Will only consider objects with &amp;quot;win&amp;quot; in their description&lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;!Label:Win&lt;/span&gt; - Will only consider objects which DO NOT have &amp;quot;win&amp;quot; in their label&lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;IfcType:Wall&lt;/span&gt; - Will only consider objects which Ifc Type is &amp;quot;Wall&amp;quot;&lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;!Tag:Wall&lt;/span&gt; - Will only consider objects which tag is NOT &amp;quot;Wall&amp;quot;&lt;/p&gt;&lt;p&gt;If you leave this field empty, no filtering is applied&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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 &amp;quot;wall&amp;quot; in their name (internal name); !Name:Wall - Will only consider objects which DON'T have &amp;quot;wall&amp;quot; in their name (internal name); Description:Win - Will only consider objects with &amp;quot;win&amp;quot; in their description; !Label:Win - Will only consider objects which DO NOT have &amp;quot;win&amp;quot; in their label; IfcType:Wall - Will only consider objects which Ifc Type is &amp;quot;Wall&amp;quot; ; !Tag:Wall - Will only consider objects which tag is NOT &amp;quot;Wall&amp;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 &quot;Objects&quot; 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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This exports the results to a CSV or Markdown file. &lt;/p&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;Note for CSV export:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In Libreoffice, you can keep this CSV file linked by right-clicking the Sheets tab bar -&amp;gt; New sheet -&amp;gt; From file -&amp;gt; Link (Note: as of LibreOffice v6.x the correct path now is: Sheet -&amp;gt; Insert Sheet... -&amp;gt; From file -&amp;gt; Browse...)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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 -&amp;gt; New sheet -&amp;gt; From file -&amp;gt; Link (Note: as of LibreOffice v6.x the correct path now is: Sheet -&amp;gt; Insert Sheet... -&amp;gt; From file -&amp;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>