MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / setScale

Method setScale

customWidgets.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void bigIconButton::setScale(qreal scale){
550 iconImg = new QPixmap(iconImg->scaled(iconImg->size() * scale, Qt::IgnoreAspectRatio, Qt::SmoothTransformation));
551 icon->setPixmap(*iconImg);
552}
553
554textInputItem::textInputItem(const QString &name, QWidget *parent) :
555 QWidget(parent)

Callers 2

accessMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected