有没有办法将 QWidget 拖到 QGraphicsView 上?
我想将 QWidget 继承的自定义项拖到 QGraphicsView 上?任何想法 谢谢
I want to drag custom items inherited by QWidget over the QGraphicsView? Any idea
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您没有布局,您可以为您的小部件提供绝对位置,然后将任何 QWidget 放在任何 QWidget 上。
If you dont have a layout, you may give absolute position to your widgets, and then put any QWidget over any QWidget.