- Timestamp:
- 02/01/10 14:15:02 (13 years ago)
- Branches:
- master, qt5
- Children:
- 0f86a19
- Parents:
- 6831c6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mapwindow.cpp
r6831c6a r927eac4 10 10 //map->setPixmap(aImage.scaled(QSize(800,480),Qt::KeepAspectRatioByExpanding,Qt::SmoothTransformation)); 11 11 map->setPixmap(aImage.scaled(QSize(640,480),Qt::KeepAspectRatioByExpanding,Qt::SmoothTransformation)); 12 #elif N810 13 showMaximized(); 14 map->setPixmap(aImage.scaled(QSize(400,300),Qt::KeepAspectRatioByExpanding,Qt::SmoothTransformation)); 12 15 #else 13 16 map->setPixmap(aImage);
Note: See TracChangeset
for help on using the changeset viewer.