图形编辑框架

发布于 2024-11-14 07:39:24 字数 303 浏览 1 评论 0原文

我正在查看 MeVisLab,我想知道是否有人知道一个好的框架来制作与该用户界面类似的用户界面他们使用。我喜欢带有方框和箭头的设计流程。

我真正想要的是能够使用 Qt 与 C++ 集成,也许还可以将图形导出到类似的 xml 中。

这里还有另一个界面示例:

在此处输入图像描述

我希望有人知道一些事情

I was looking at MeVisLab and I wondered if anyone knows a good framework for making a user interface similar to the one they use. I like the designing flow with boxes and arrows thing.

What I would really like is to able to integrate with C++ using Qt, and perhaps export the graph to xml of something like that.

There is another example of the interface here:

enter image description here

I hope someone knows something

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法回应 2024-11-21 07:39:24

Qt 的图形视图是一个“框架”,它可以很好地处理您所描述的场景。不需要太多代码就可以开始工作并在您正在寻找的内容的惊人范围内:

http://doc.qt.nokia.com/latest/graphicsview-diagramscene.html

http://doc.qt.nokia.com/latest/graphicsview-elasticnodes.html

我不知道有任何基于 Qt 的开源程序提供完全你想要的已经写好了。刚刚注意到 IBM 开源了“DataExplorer”,这对我来说很有趣......我可能会自己去看看:

http://www.research.ibm.com/dx/

Qt's Graphics View is a "framework" which does a good bit of the handling for the kind of scenario you describe. It doesn't take much code to get off the ground and within striking range of what you're looking for:

http://doc.qt.nokia.com/latest/graphicsview-diagramscene.html

http://doc.qt.nokia.com/latest/graphicsview-elasticnodes.html

I'm not aware of any open-source Qt-based programs that offer exactly what you want already written. Just noticed IBM did open source "DataExplorer", which is interesting to me...I might go take a look at that myself:

http://www.research.ibm.com/dx/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文