-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
QtKnobs/QtKnobs/styles/needlestyle.cpp
Lines 96 to 99 in fd02a98
painter->restore(); | |
painter->setBrush(Qt::white); | |
painter->drawEllipse(boundingRect().center(),w/d,w/d); |
I am attempting to use a darker theme for the knobs, but the highlight color is hard coded to white, which presents problems with several colors. Instead I would prefer it be set to be relative to the foreground color of the knob: 35-50% lighter and 20-30% desaturated. This should dramatically improve the appearance of dark theming.
I would submit a pull request but I am not yet familiar enough with Qt (or C++, I am a Java programmer). How would you go about doing this? I may be able to figure it out with some guidance.
Metadata
Metadata
Assignees
Labels
No labels