如何在 Qt/Pyqt 中制作树形结构文本编辑器?

发布于 2024-08-29 08:43:30 字数 108 浏览 7 评论 0原文

您能建议使用什么来制作树形结构文本编辑器吗?

我为此使用了 QTreeView (问了几个问题来解决我的问题),但它似乎不适合此目的。

预先感谢,

塞尔日

can you advice what to use for making tree structured text editor?

I used QTreeView for this (asked few questions to solve my problems), but it seams it's not suitable for this purpose.

Thanks in advance,

Serge

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

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

发布评论

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

评论(1

ゃ人海孤独症 2024-09-05 08:43:30

“树形结构文本编辑器”到底是什么意思?

QTreeView 本身并不适合编辑器,但它可以用来选择要编辑/显示的文件。因此,您可以有两个主要小部件:左侧是带有文件/目录的树,右侧是文本编辑器小部件,例如 QTextEdit 用于编辑本身。

What exactly do you mean by "tree structured text editor"?

QTreeView itself is hardly suitable for an editor, but it can be used to select which files to edit/show. So you can have two main widgets: on the left a tree with files/directories, and on the right a text editor widget such as QTextEdit for the editing itself.

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