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 |