コード例 #1
0
ファイル: screenshot.php プロジェクト: 0xd34df00d/Qross
 private function updateScreenshotLabel()
 {
     $this->screenshotLabel->setPixmap($this->originalPixmap->scaled($this->screenshotLabel->size(), Qt::KeepAspectRatio, Qt::SmoothTransformation));
 }