ComboBox

class pyqtgraph.ComboBox(parent=None, items=None, default=None)

Extends QComboBox to add extra functionality. - updateList() - updates the items in the comboBox while blocking signals, remembers and resets to the previous values if it’s still in the list

__init__(parent=None, items=None, default=None)

Previous topic

FeedbackButton

Next topic

LayoutWidget

This Page