dRonin
adbada4
dRonin GCS
|
#include <scaledpixmaplabel.h>
Public Slots | |
void | setPixmap (const QPixmap &pixmap) |
setPixmap Sets the current pixmap More... | |
Public Member Functions | |
ScaledPixmapLabel (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
ScaledPixmapLabel. More... | |
virtual int | heightForWidth (int width) const |
heightForWidth Given a desired width, return the desired height More... | |
QPixmap | scaledPixmap () const |
scaledPixmap Scale the pixmap to fit desired size More... | |
virtual QSize | sizeHint () const |
sizeHint Calculate desired size More... | |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *event) |
Definition at line 39 of file scaledpixmaplabel.h.