Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 291 Bytes

Qt Custom Tree

A qt single column treewidget example, with:

  • json serialization
  • custom data in each tree node (qvariant)
  • dynamic adding and removing nodes
  • context menu
  • drag and drop
  • item name filter

ToDo

  • signal to update json text on dropped item