Python Forum
[PyQt] How to create dictionary based editor
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] How to create dictionary based editor
#3
Hello All,
I wanted to create a json based editor.
data:
  rootdict:
    subdict:
      mydict1:
        mykey1: 1
      mydict2:
        mykey2: 2
Here in the above json data I wanted to add the below json dictionary to this pyqt editor.
mydict3:
  mykey3: 3
how to create a json based editor instead of plain editor.

any idea would be appreciated.
Thanks,
maiya
buran write Dec-02-2024, 08:01 AM:
Please, don't create new threads unnecessarily. New thread merged in the original one.
Reply


Messages In This Thread
How to create dictionary based editor - by maiya - Nov-29-2024, 04:42 AM
How to create json based editor using pyqt - by maiya - Dec-02-2024, 07:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Libraries/Tools to create an editor similar to Tiled MrTim 13 7,189 May-12-2021, 02:45 PM
Last Post: deanhystad
  PyQt5: Add Variable Number of Rows to Layout Based on Python Dictionary kennybassett 2 5,918 Oct-02-2018, 02:05 PM
Last Post: Alfalfa

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020