QHBoxLayout

class PyQt5.QWidgets.QHBoxLayout
layout = QHBoxLayout()
addWidget(widget)
layout.addWidget(QPushButton('Left'))