Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Could you anyone develop tree and dictionary struct class in Qt?

Could you anyone develop tree and dictionary struct class in Qt?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 909 Views 1 Watching
  • 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.
  • D Offline
    D Offline
    Dr. Abel
    wrote on last edited by
    #1

    Hi every one:

    I'm working on Qt Json and Xml recent time. The APIs are not good to use I think. I have written xml and json with python dict class. Qt have no this class. QJson and QDomDocument are not good to write json and xml, struct is not good ability to use. I think now Qt should add Dict class , please, anyone Body or Qt team worker, could you develop it?

    jsulmJ VRoninV 2 Replies Last reply
    1
    • D Dr. Abel

      Hi every one:

      I'm working on Qt Json and Xml recent time. The APIs are not good to use I think. I have written xml and json with python dict class. Qt have no this class. QJson and QDomDocument are not good to write json and xml, struct is not good ability to use. I think now Qt should add Dict class , please, anyone Body or Qt team worker, could you develop it?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Dr.-Abel This is wrong place for change requests.
      You should do it here: https://bugreports.qt.io/secure/Dashboard.jspa
      But you will need to explain better what exactly you want to have.

      Did you check this: http://doc.qt.io/qt-5/qtxml-module.html ?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • D Dr. Abel

        Hi every one:

        I'm working on Qt Json and Xml recent time. The APIs are not good to use I think. I have written xml and json with python dict class. Qt have no this class. QJson and QDomDocument are not good to write json and xml, struct is not good ability to use. I think now Qt should add Dict class , please, anyone Body or Qt team worker, could you develop it?

        VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        @Dr.-Abel said in Could you anyone develop tree and dictionary struct class in Qt?:

        I think now Qt should add Dict class

        See QHash and QMap

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        1 Reply Last reply
        1
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          and pure c++
          std::map

          It's not that we miss associative containers in c++ so maybe try to show
          how you do in python so we understand what part you think
          QJson does not handle well.

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved