Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Shrink QLabel to its pixmap
-
Hi,
How can i set the width and height of my qlabel be the same of its qpixmap, i already tried setGeometry and setSizePolicy both didnt work
-
Hi,
You can use setFixedSize
-
thanks again, sorry if my question was dumb