[PyQt] node graph widgets?

2009-05-07 Thread Scott Ballard
Does anyone know if Qt (PyQt) offer any widgets for creating a node 
graph with connections between the nodes? A quick Google search didn't 
turn up much.


Thanks,
-Scott
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] node graph widgets?

2009-05-07 Thread Alexei Puzikov
Nothing standard, however it's actually pretty easy to implement
either with GraphicsScene or OpenGL surface.

Latter is exactly what I've did.

Alexei

 Does anyone know if Qt (PyQt) offer any widgets for creating a node graph
 with connections between the nodes? A quick Google search didn't turn up
 much.

 Thanks,
 -Scott
 ___
 PyQt mailing list    p...@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] node graph widgets?

2009-05-07 Thread Scott Ballard




Do you have any examples or source
code your willing to share? Or any links to examples?

Thanks!
-Scott


Alexei Puzikov wrote:

  Nothing standard, however it's actually pretty easy to implement
either with GraphicsScene or OpenGL surface.

Latter is exactly what I've did.

Alexei

  
  
Does anyone know if Qt (PyQt) offer any widgets for creating a node graph
with connections between the nodes? A quick Google search didn't turn up
much.

Thanks,
-Scott
___
PyQt mailing list  PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


  
  
  



___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt