开发者

How do I set up QtDesigner for a project that has animated elements?

开发者 https://www.devze.com 2022-12-21 23:31 出处:网络
I\'m writing a project to simulate creatures moving around a map.These can be represented by simpl开发者_高级运维e circles, but I need a map/grid and those circles animated on top of the map.

I'm writing a project to simulate creatures moving around a map. These can be represented by simpl开发者_高级运维e 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


You probably want a Graphics View to do it right, but if you don't care about performance, you might be able to get by with just setting the pos on a bunch of buttons to move them around on a widget (without a layout).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号