PyQt & PyQtGraph

Posted by Chauncey on July 9, 2020
label = QtWidgets.QLabel()
label.setText('Statistics Var')
QHBoxLayout Linear horizontal layout
QVBoxLayout Linear vertical layout
QGridLayout In indexable grid XxY
QStackedLayout Stacked (z) in front of one another

_images/plottingClasses.png