Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 584 Bytes

TODO.rst

File metadata and controls

22 lines (18 loc) · 584 Bytes

TODO

  • Provide installer for library header files
  • Qt naming scheme of methods, variables, etc.
  • develop data model
  • moving some of the UI logic to the data model (node.hpp and node.cpp)
  • item ordering (bringing nodes to front, and keeping them there)
  • edge /node managers * have lists of all nodes, may come in handy to link with a data model

DONE

  • build as library
  • restructure directory (separate examples/implementation)
  • minimum size constraints
  • node titles
  • resizable nodes
  • draggable edges
  • other widgets embeddable on each node (setCentralWidget)