I am using a vertical layout that contains a Qlistview on top and a button at the bottom. I am trying to add the button at the bottom right but it is positioned at the bottom left. I've tried self.verticalLayout.setAlignment(QtCore.Qt.AlignRight)
but I think that'd only work if the vlayout was part of a bigger layout.
Use:
self.verticalLayout.addWidget(your_button, alignment=QtCore.Qt.AlignRight)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With