Comment 7 for bug 1651307

Revision history for this message
Daniel Schürmann (daschuer) wrote : Re: Mixxx Feature Request: click adjust EQ and Gain Levels

> And "hard" means your worried about the positioning per knob type with qss?

With hard I mean, the Skinner has to worry about the additional widget connections and button styles. But he has the freedom to do it in a fancy way ...

In the second Idea, we have only knob style as it is and a new pos and size element.

<KnobComposed>
   <Background>...
   <Indicator>...
   <IncreaseButton>
     <Pos> ..
     <Size> ..
   <DecreaseButton>
     <Pos>
     <Size>

In the C++ level you "just" have to treat clicks to these regions individual.