Graph primitives for PyQt
C++ C Python
Permalink
Failed to load latest commit information.
MANIFEST.in Include .sip and .h files in manifest. Aug 27, 2013
README.txt Updated Readme. Aug 27, 2013
canvas3d.cpp Modified the way nodes are drawn (several modes - selected, marked, n… Oct 12, 2011
canvas3d.h Added additional include and define, orangeqt didn't compile under VS10 Oct 18, 2011
canvas3d.sip Moved update and draw to c++ (netexplorer3d); refactored out OpenGL e… Oct 8, 2011
curve.cpp v0.1.2 Dec 17, 2013
curve.h Add suport for drawing segmented lines. Dec 17, 2013
curve.sip Add suport for drawing segmented lines. Dec 17, 2013
glextensions.cpp Moved update and draw to c++ (netexplorer3d); refactored out OpenGL e… Oct 8, 2011
glextensions.h Added additional include and define, orangeqt didn't compile under VS10 Oct 18, 2011
multicurve.cpp Update points whenever their properties are changed. Aug 18, 2011
multicurve.h Copy the orangeqt library to trunk Aug 16, 2011
multicurve.sip Copy the orangeqt library to trunk Aug 16, 2011
networkcurve.cpp Fine tune FR. Jun 17, 2012
networkcurve.h Add missing include. Nov 7, 2013
networkcurve.sip Added graph clustering feature. May 14, 2012
orangeqt.sip Removed building orangeqt 3D libs by default since there are some unr… Mar 13, 2012
plot.cpp Take zooming into accout when finding the closest point for selection… Dec 17, 2011
plot.h Emit mark change even if the change is in NetworkCurve. Dec 16, 2011
plot.sip Added point_rightclicked signal. Sep 2, 2011
plot3d.cpp Moved dataset size check to Python Oct 9, 2011
plot3d.h Moved update and draw to c++ (netexplorer3d); refactored out OpenGL e… Oct 8, 2011
plot3d.sip Added numpy.array -> native array converters in Plot3D Sep 25, 2011
plotitem.cpp Don't use animations in C++ if they are disabled. Aug 19, 2011
plotitem.h Copy the orangeqt library to trunk Aug 16, 2011
plotitem.sip Remove error-causing line that got there by mistake Aug 16, 2011
point.cpp Fixed NULL pointer bug. Jun 16, 2012
point.h Added text() method to orangeqt.Point class. Jun 16, 2012
point.sip Added text() method to orangeqt.Point class. Jun 16, 2012
setup.py Updated to setup.py from the main Orange distribution. May 14, 2014
triple.h Added canvas3d (c++ part behind netexplorer3d) to orangeqt Oct 4, 2011
types.sip Added canvas3d (c++ part behind netexplorer3d) to orangeqt Oct 4, 2011
unconnectedlinescurve.cpp Copy the orangeqt library to trunk Aug 16, 2011
unconnectedlinescurve.h Copy the orangeqt library to trunk Aug 16, 2011
unconnectedlinescurve.sip Copy the orangeqt library to trunk Aug 16, 2011

README.txt

== Qt Graph Helpers ==

Qt Graph Helpers are a group of PyQt helpers that could not be implemented in python as they would be too slow. They are used in Orange (https://github.com/orange3).

= Prerequisites =

Qt Graph Helpers need sip and development versions of Qt and PyQt to build. (qt-dev, python-qt-dev or similar on linux).

= Installation =

To install run:

  python setup.py install