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:
intandfloat: represented by a customSpinbox, seeSpinboxbool,led,bool_pushare represented respectively by aQCheckBox, aQLED,QPushButtonstrdisplays a QLineEdit widgetdate_timedisplays a QDateTime widgetdatedisplays a QDate widgettimedisplays aQTimeCustomwidgetpixmapdisplays a QPixmap in a QLabelpixmap_checkdisplays a customPixmapCheckWidgetwidget
Other widgets for ParameterTree have been introduced:
group: subclassed group parameter, seeGroupParameterCustomandGroupParameterItemCustomslide: displays a customSpinboxand a QSlider to set floats and ints, seeSliderSpinBoxlist: subclassed pyqtgraphlistthat displays a list and a pushbutton to let the user add entries in the list, seeListParameterandListParameterItemandCombo_pbtable: subclassed pyqtgraphtable, seeTableParameterItem,TableParameterandTableWidgettable_view: displaying a QTableView with custom model to be user defined, see Qt5 documentation, seeTableViewParameterItem,TableViewCustomandTableViewParameterìtemselect: displays a QListWidget with selectable elements, seeItemSelectParameterItem,ItemSelect_pb,ItemSelectandItemSelectParameterbrowsepath: displays an edit line and a push button to select files or folders, seeFileDirParameterItem,FileDirWidgetandFileDirParametertext`: subclassed plain text areatextfrom pyqtgraph with limited height, seeTextParameterItemCustomandTextParametertext_pb: displays a plain text area and a visible button to add data into it, seePlainTextParameterItem,PlainTextWidgetandPlainTextPbParameter