XML 配置文件的 PyQT 编辑器 - 工具/组件?

发布于 2024-11-01 06:47:12 字数 673 浏览 0 评论 0原文

我们有一个程序可以跨多个 XML 文件存储配置。

最初,我的计划是编写一个 Elixir (http://elixir.ematia.de/trac/wiki) 模型来表示我们的配置,围绕它编写一个 PyQT GUI 包装器,并在完成后将程序导出为 XML。

数据库/Elixir 层将使验证某些事物以及在配置中表示某些关系结构(例如用户帐户)变得更容易。

然而,现在的首选是直接为 XML 文件本身编写一个包装器。

所以我的问题是,我可以使用什么样的工具来更轻松地为 XML 文件编写基于 PyQT 的 GUI 编辑器?

我们有用于配置的 XSD 文件,在验证方面,我知道可以使用 QtXMLPatterns 来验证架构:

http://labs.qt.nokia.com/2009/02/03/w3c-xml-schema-validation-with-qt/ http://labs.qt.nokia.com/2009/07/31/qt-46-with-xml-schema-support/

但是,PyQT 中是否有任何快捷方式、库或组件/工具可用于编写实际的 GUI本身?

干杯, 胜利者

We have a program that stores in configuration across several XML files.

Originally, my plan was to write an Elixir (http://elixir.ematia.de/trac/wiki) model to represent our configuration, write a PyQT GUI wrapper around this, and have the program export to XML when finished.

The database/Elixir layer would make it easier to validate certain things, and to represent certain relational structures in the configuration (e.g. user accounts).

However, the preference is now to just write a direct wrapper around the XML files themselves.

So my question is, what sort of tools can I use to make it easier to write a PyQT based GUI editor for XML files?

We have the XSD files for the configuration, and on the validation front, I know can use QtXMLPatterns to validate the schema:

http://labs.qt.nokia.com/2009/02/03/w3c-xml-schema-validation-with-qt/
http://labs.qt.nokia.com/2009/07/31/qt-46-with-xml-schema-support/

However, are there any shortcuts, libraries or components/tools available in PyQT to writing the actual GUI itself?

Cheers,
Victor

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

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

发布评论

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