New Tree items

Documentation on the added or modified ParameterItem types compared to pyqtgraph.parametertree.parameterTypes module.

WidgetParameterItem and SimpleParameter have been subclassed to define more options:

  • int and float: represented by a custom Spinbox, see Spinbox

  • bool, led, bool_push are represented respectively by a QCheckBox, a QLED, QPushButton

  • str displays a QLineEdit widget

  • date_time displays a QDateTime widget

  • date displays a QDate widget

  • time displays a QTimeCustom widget

  • pixmap displays a QPixmap in a QLabel

  • pixmap_check displays a custom PixmapCheckWidget widget

Other widgets for ParameterTree have been introduced: