Skip to content
Snippets Groups Projects
Commit 72619df2 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Add more info to filter's input fields

parent 5b5a026c
No related branches found
No related tags found
1 merge request!76Adding 'volume filters' to GMEX
......@@ -158,7 +158,7 @@ p, li { white-space: pre-wrap; }
<string>Filter geometry volumes based on the name of the GeoLogVol node. You can use regular expressions and wildcards (*).</string>
</property>
<property name="placeholderText">
<string>ex: Inner*</string>
<string>ex: Inner.* [regexp]</string>
</property>
</widget>
</item>
......@@ -211,6 +211,13 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>[-1: All (slower)]</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
......@@ -296,7 +303,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="1">
<item row="2" column="1">
<widget class="QCheckBox" name="lockTransp">
<property name="toolTip">
<string>When enabling 'Visit All Children', if there are matching daughter to be shown inside a matching mother volume, then the transparency will be automatically set to 50% and set to a given type, to ease the visualization of nested volumes. You can disable this by checking this.</string>
......@@ -315,6 +322,16 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string>(slower)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment