qlayout

PyQt6: Removing ALL padding around widget

PyQt6: Removing ALL padding around widget Question: I’m trying push two QLineEdit-widgets all the way up to each other, but no matter how and when i call setContentsMargins(0,0,0,0) , it just does not seem to remove all margins. I’ve tried googling, but all comments just say "use layout.setContentsMargins(0,0,0,0)", and that’s it. Can somebody explain to …

Total answers: 1