I'm writing a project to simulate creatures moving around a map. These can be represented by simple circles, but I need a map/grid and those circles animated on top of the map.
What elements should I use in QtDesigner to set up for this kind of GUI in my project? I've yet to do anything like this before