如何创建(或查找示例代码)Qt 小部件“属性编辑器”就像 Qt 设计器一样?
这是我当前的问题:我正在寻找一个简单的树视图小部件,如下图所示。我只需要树视图,而不是带有过滤器行编辑、按钮等的对话框。仅需要树视图。
我检查了 Qt Designer 的源代码,并找到了该小部件的实现,但它太复杂,并且很难从那里剪切所需的源代码。所以我在这里:
- 也许有人可以向我推荐带有 Qt 小部件或任何其他想法的网站?
谢谢!
Here is my current problem: I'm looking for a simple tree view widget, like on the picture below. I just need tree view, not the dialog with it's filter line edit, buttons and etc. Only tree view.
I checked sources of the Qt Designer, and found the realization of that widget, but it's too complex and it will be very hard to cut needed sources from there. So here I'm:
- Maybe someone could recommend me web site with Qt widgets or any other ideas?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看属性浏览器框架 (2013:位于gitHub)。它很容易使用。
Check out the Property Browser Framework (2013: at gitHub). It is easy to use.