Skip to content

shapeworks::ImageLabel

An extention of QLabel especially for scaled images.

#include <ImageLabel.h>

Inherits from QLabel

Public Functions

Name
ImageLabel(QWidget * parent)
void setPixmap(const QPixmap & pixmap)

Protected Functions

Name
void resizeEvent(QResizeEvent * reisze_event) override

Public Functions Documentation

function ImageLabel

inline ImageLabel(
    QWidget * parent
)

function setPixmap

inline void setPixmap(
    const QPixmap & pixmap
)

Protected Functions Documentation

function resizeEvent

void resizeEvent(
    QResizeEvent * reisze_event
) override

Updated on 2022-07-23 at 17:50:03 -0600