Do away with Qt signals #4
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bugui/score-addon-hardware#4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the initial design "piggybacked" on the official score UI. This presents several issues:
Current efforts have replaced the used of the "requestHeightpercentage" signal for moving intervals. Instead, the "recursive_change" function makes use of "setHeightPercentage" directly, and propagates the change to all relevant models.
Setting the date of timesyncs, events, and intervals is currently being worked on in a similar way.
This end up looking a lot more like a rewrite of the interface than originally intended.
Their may very well be a better way of achieving the same goal, but it turns out to be quite a interesting excise anyway, if a little tedious.