QT

QT’s bugs #01

ago

Here i want to show a really nasty bug in QT’s QPixmap class that might confuse a little bit. I only tested this on Symbian plattform (Nokia N8 on the device itself).    screenshot = QPixmap::grabWindow(QApplication::desktop()->winId()); screenshot.scaled(QSize(64,32),Qt::IgnoreAspectRatio,Qt::SmoothTransformation); qimg = new QImage(screenshot.toImage()); If i called this 3 lines about 15 times Read more…