You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't seen any methods for updating the text of a trackbar itself, or being able to control the adjustment size of the bar itself. I'm thinking we may have to build a new QT app from scratch if you want that kind of detailed control.
If you do find any references to that could implement this, I'd be happy to look into it.
Ideally, I would prefer that the trackbar to display the final calculated value of each Param as opposed to the trackbar position itself.
This is also an issue if you want to do something like provide values 1-10, but have 100 increments. In the current solution we have to use a _max=100 and adjust=scale(0.1) to get that kind of resolution, but the trackbar will still show 0-100.
No description provided.
The text was updated successfully, but these errors were encountered: