Skip to content

Commit e44b4c2

Browse files
Added tool tips for brightness threshold
1 parent 79361f5 commit e44b4c2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

view_axialcoronalhires.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,9 @@
887887
</item>
888888
<item row="0" column="4">
889889
<widget class="QSpinBox" name="brightnessThresSpinBox">
890+
<property name="toolTip">
891+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Change Brightness Threshold&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Enter percentage or use up/down arrows to change the brightness threshold currently displayed on the main widget.&lt;/p&gt;&lt;p&gt;Any intensities that are greater than or equal to the brightness threshold will be altered by the specified brightness.&lt;/p&gt;&lt;p&gt;A brightness threshold of 0% will adjust the brightness of the entire image.&lt;/p&gt;&lt;p&gt;A brightness threshold of 100% will only adjust the brightness where the intensity level is 100%.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
892+
</property>
890893
<property name="buttonSymbols">
891894
<enum>QAbstractSpinBox::UpDownArrows</enum>
892895
</property>

view_axialcoronallores.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@
275275
<layout class="QGridLayout" name="gridLayout_3">
276276
<item row="0" column="5">
277277
<widget class="QSpinBox" name="brightnessThresSpinBox">
278+
<property name="toolTip">
279+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Change Brightness Threshold&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Enter percentage or use up/down arrows to change the brightness threshold currently displayed on the main widget.&lt;/p&gt;&lt;p&gt;Any intensities that are greater than or equal to the brightness threshold will be altered by the specified brightness.&lt;/p&gt;&lt;p&gt;A brightness threshold of 0% will adjust the brightness of the entire image.&lt;/p&gt;&lt;p&gt;A brightness threshold of 100% will only adjust the brightness where the intensity level is 100%.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
280+
</property>
278281
<property name="suffix">
279282
<string>%</string>
280283
</property>

0 commit comments

Comments
 (0)