Reputation: 57
I'm developing a multi platform application windows, mac and linux and I need yours to know how to have the same effect of drag and drop of photoshop on qt, that is to say how can I do to have the same aspect of moving a toolbox and depositing it on a corner of my main window. I do not need qtoolbar, I want my own implementation.
Photoshop effect example
Upvotes: 0
Views: 123
Reputation: 1638
I've done similar work in other languages and frameworks. If you want to roll your own from scratch my #1 advice is to break the problem up into smaller parts and take it on progressively.
You may want to start by studying some other implementations, regardless of language to get some ideas and see how they setup the logic.
Good luck!
Upvotes: 1