I am trying to build a GUI that has three horizontal sliders that control some probability. Each slider can range between 0 – 1.0 but all three together must equal 1.0 at all times. Here is a link I found that does what I want but with jQuery.
Is there any good way of doing this in Qt? PyQt more specifically but I think pseudo code will suffice.
1 Answer