16#ifndef QGSPIXMAPLABEL_H
17#define QGSPIXMAPLABEL_H
61 static const int PIXMAP_MINIMUM_HEIGHT = 20;
void clear()
Clears any label contents.
int heightForWidth(int width) const override
Calculates the height for the given width.
QSize sizeHint() const override
An optimal size for the widget.
void resizeEvent(QResizeEvent *) override
void setPixmap(const QPixmap &)
QgsPixmapLabel(QWidget *parent=nullptr)
Constructor for QgsPixmapLabel.