pyqtgraph/documentation/source/graphicsItems/index.rst
Luke Campagnola a71e4a5862 CheckTable now remembers and reloads the state of rows that disappear temporarily
Flowchart updates - added/fixed some display nodes
Merge from Kratz:
  - documentation updates
  - ComboBox class (updateList() allows entire item list to change while remembering previous setting)
2012-04-25 13:12:40 -04:00

40 lines
903 B
ReStructuredText

Pyqtgraph's Graphics Items
==========================
Since pyqtgraph relies on Qt's GraphicsView framework, most of its graphics functionality is implemented as QGraphicsItem subclasses. This has two important consequences: 1) virtually anything you want to draw can be easily accomplished using the functionality provided by Qt. 2) Many of pyqtgraph's GraphicsItem classes can be used in any normal QGraphicsScene.
Contents:
.. toctree::
:maxdepth: 2
plotdataitem
plotitem
imageitem
viewbox
linearregionitem
infiniteline
roi
graphicslayout
plotcurveitem
scatterplotitem
isocurveitem
axisitem
arrowitem
curvepoint
curvearrow
griditem
scalebar
labelitem
vtickgroup
gradienteditoritem
histogramlutitem
gradientlegend
buttonitem
graphicsobject
graphicswidget
graphicsitem
uigraphicsitem