Good examples for what I'm trying to do?
Solved
General and Desktop
-
I'm trying to create a program that allows users to re-arrange visual components (I'll call them 'blocks') to build formulas, which will then be accessed and run at a later point in time. What examples/tutorials should I look at for to learn how to create an interface with draggable blocks, use the position of the blocks to save a configuration to a file, stuff like that?
-
Hi,
The Graphics View framework is likely an interesting starting point if you are targeting desktop systems.
See also the related examples.