Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Dynamic Forms from XSD

    General and Desktop
    3
    3
    544
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • qt27
      qt27 last edited by

      Are there any widgets or other tools that allow me to create input forms dynamically (during run-time) based on xsd files? I need this because some plugins define the input they require through xsd files. Plugins can be added at any time, hence I need to be able to generate input forms based on the xsd file during run-time.

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        Hi
        Do you mean a XML Schema file ?
        There is nothing that will do that for you but its easy
        to insert edit fields at runtime etc so should not be that bad to build your self.
        I assume input form would be a dialog with some edit fields etc.

        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by SGaist

          Hi and welcome to devnet,

          You could take some inspiration from the QUiLoader class

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply Reply Quote 0
          • First post
            Last post