如何将数据从 sqlite 放入 PyQt5 treewidget 而不重复

发布于 2025-01-10 15:28:08 字数 392 浏览 0 评论 0原文

我在将 sqlite 中的数据放入 QTreeWidget 时遇到一些问题。 在我的数据库中,我有很多行和 3 列,并希望它们组织在 QTreeWidget 中。 我的数据库看起来像:

databasescheme

我想这样组织它们:

treeview

重要的是,如果子级具有相同的父级,则不会出现子级重复。在我的想象中,这似乎很容易做到,但我所做的一切都不起作用。

我从数据库中获取了数据,但现在我该怎么办? 谢谢

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:

databasescheme

and I want to organize them like this:

treeview

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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文