- Timestamp:
- 01/21/10 10:03:07 (13 years ago)
- Branches:
- master, qt5
- Children:
- 842f5f9
- Parents:
- be9c036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mapwindow.cpp
rbe9c036 rce75316 11 11 map->setPixmap(aImage.scaled(QSize(640,480),Qt::KeepAspectRatioByExpanding,Qt::SmoothTransformation)); 12 12 #else 13 map->setPixmap(aImage ,Qt::KeepAspectRatioByExpanding,Qt::SmoothTransformation);13 map->setPixmap(aImage); 14 14 #endif 15 15 setMouseTracking(true); // to receive mouse events
Note: See TracChangeset
for help on using the changeset viewer.