Replies: 1 comment 2 replies
-
how about dragging files from file explorer or browser directly into LMMS? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm planning to refactor gui and I would like know what to support.
Problems:
Refactor goals:
Feature goals:
Solution:
Support targets:
Questions:
- How sould data get from one place to an other? (I believe String pair drag can be used for this)
- Should the "last selected widget" be marked in a different color and act differently? (for example multiple knobs are selected and an automation clip is selected last, should it link the knobs to itself?)
- Use QT QActions? Why, why not?
- What else to support? Can it be done with a preprocessing function and a function for each widget?
Issues: casting?
Base pr: #7488
Beta Was this translation helpful? Give feedback.
All reactions