Qt 6.11 is out! See what's new in the release
blog
QSizeGrip in QLabel
-
Hi, I'm trying to add a size grip in a label with:
self.size_grip = self.findChild(QLabel, "size_grip") QSizeGrip(self.size_grip)A QSizeGrip gets created in the top-left corner of the QLabel and it functions properly, but I'm having a hard time figuring out how to place it in the bottom-right corner or better make it the same size as the label itself.
