Create a GUI from a XML schema automatically

后端 未结 7 1671
情深已故
情深已故 2021-02-01 23:47

I have to write a desktop application to edit data stored in a XML file. The format is defined by a XML schema file (.xsd). The format is quite complex.

Are there tools

7条回答
  •  借酒劲吻你
    2021-02-02 00:28

    Go For PyQt:

    http://www.riverbankcomputing.co.uk/software/pyqt/download

    Download The Qt Developers tool to generate the gui automatically

    www.qtsoftware.com/products/developer-tools

    For schema validation try lxml

    http://lxml.de/validation.html

提交回复
热议问题