图1:label的本身大小 图2:给label设置文字,不做任何别的设置 ui->label->setText(QObject::tr("current font is %1").arg(ui->fontComboBox->currentText())); 图3:给label设置文字,或者设置图片, 并且调用adjustSize()设置label大小随内容自动变化 //设置文字ui->label->setText(QObject::tr("
在label中添加pixmap来显示图片时,当图片过大时图片显示不全. 1.这时可以使用pixmap的scared()方法,来设置图片缩放. QPixmap QPixmap.scaled (self, int w, int h, Qt.AspectRatioMode aspectMode = Qt.IgnoreAspectRatio, Qt.TransformationMode mode = Qt.FastTransformation) Scales the pixmap to the give