Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Belvire
otb
Commits
f9cc4408
Commit
f9cc4408
authored
12 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Adding tooltips for color dynamics
parent
66366ea4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Common/mvdColorBandDynamicsWidget.ui
+19
-1
19 additions, 1 deletion
Code/Common/mvdColorBandDynamicsWidget.ui
with
19 additions
and
1 deletion
Code/Common/mvdColorBandDynamicsWidget.ui
+
19
−
1
View file @
f9cc4408
...
...
@@ -6,7 +6,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
3
43
</width>
<width>
3
58
</width>
<height>
103
</height>
</rect>
</property>
...
...
@@ -128,6 +128,9 @@
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Set the lower intensity threshold. Values bellow this threshold will be clamped to 0.
</string>
</property>
<property
name=
"frame"
>
<bool>
true
</bool>
</property>
...
...
@@ -153,6 +156,9 @@
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Set the higher intensity threshold. Values bellow this threshold will be clamped to 255.
</string>
</property>
<property
name=
"frame"
>
<bool>
true
</bool>
</property>
...
...
@@ -178,6 +184,9 @@
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Set the intensity low and high thresholds to the minimum and maximum values of the current band.
</string>
</property>
<property
name=
"text"
>
<string>
Min/Max
</string>
</property>
...
...
@@ -210,6 +219,9 @@
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Percentage of the band histogram beginning clipped to obtain lower intensity threshold.
</string>
</property>
<property
name=
"frame"
>
<bool>
true
</bool>
</property>
...
...
@@ -238,6 +250,9 @@
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Percentage of the band histogram ending clipped to obtain higher intensity threshold.
</string>
</property>
<property
name=
"frame"
>
<bool>
true
</bool>
</property>
...
...
@@ -266,6 +281,9 @@
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Reset to default quantiles.
</string>
</property>
<property
name=
"text"
>
<string>
Defaults
</string>
</property>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment