Hi there.
I would like to use Qt to program GUIs to present various forms of data plots, like geographical maps and various graphs. While Qt's palette seems OK for general widgets, I would like to use a custom palette for my data plots.
The problem I face is that some of my applications are likely to be used on ships, where it is paramount to select color palettes very carefully, in order not to destroy the crew's night vision in the dark.
Other applications will be used by color-blind people, who will have to design their own color palettes based on their personal visual perceptions.
What is the best way to customize Qt's palettes to satisfy all these requirements?
-- R
Make things as simple as possible. But not simpler.