16 #ifndef QGSPIXMAPLABEL_H 
   17 #define QGSPIXMAPLABEL_H 
   43     int heightForWidth( 
int width ) 
const override;
 
   50     QSize sizeHint() 
const override;
 
   54     void setPixmap( 
const QPixmap & );
 
   55     void resizeEvent( QResizeEvent * ) 
override;
 
   62     static const int PIXMAP_MINIMUM_HEIGHT = 20;
 
The QgsPixmapLabel class shows a pixmap and adjusts its size to the space given to the widget by the ...