XML 配置文件的 PyQT 编辑器 - 工具/组件?
我们有一个程序可以跨多个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论