
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Use it for any kind of image visualization and color table manipulation.
Ratings, comments and feature requests are wellcome.
8 years ago
1.4
* Qt5 support in Example
* Fix color setting round error
1.3
* Complete new code
* Add vertical support
* Add value visualization
* Remove normalization
1.2
* normalize ramp input
1.1
* fix delete emit
* get a colortable
* slide move update
* example
1.0
* init release
8 years ago
1.4
* Qt5 support in Example
* Fix color setting round error
1.3
* Complete new code
* Add vertical support
* Add value visualization
* Remove normalization
1.2
* normalize ramp input
1.1
* fix delete emit
* get a colortable
* slide move update
* example
1.0
* init release
neFAST
7 years ago
Report
bigfug
8 years ago
One issue is that when I try to use setRamp() (with data I previously got from getRamp()) the layout of the sliders is all wrong.
Report
Madrich
8 years ago
Report
bigfug
8 years ago
Quote:
127: qreal pos = ramp[i].first * crec.width();
128: QRect geo(crec.left()-4 + pos, crec.bottom()+2, 9, 16);
I also had to add an 'update()' just before the 'emit rampChanged();' to get the widget to show the new ramp.
Now it works perfectly!
Report
sintegrial
8 years ago
Report