如何将数据从 sqlite 放入 PyQt5 treewidget 而不重复
我在将 sqlite
中的数据放入 QTreeWidget
时遇到一些问题。 在我的数据库中,我有很多行和 3 列,并希望它们组织在 QTreeWidget
中。 我的数据库看起来像:
我想这样组织它们:
重要的是,如果子级具有相同的父级,则不会出现子级重复。在我的想象中,这似乎很容易做到,但我所做的一切都不起作用。
我从数据库中获取了数据,但现在我该怎么办? 谢谢
I have some problems to put data from sqlite
in a QTreeWidget
.
In my database I have many many rows with 3 columns and wants them organize in a QTreeWidget
.
My database looks like:
and I want to organize them like this:
It is important that there is no child duplication if child has the same parent. In my imagination it seems so easy to do that, but nothing I do is working.
I fetched the data from the database but what I have to do now?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论