Changeset 9afc0ee for src/gui/mapwindow.cpp
- Timestamp:
- 01/19/10 10:09:41 (13 years ago)
- Branches:
- master, qt5
- Children:
- c5324ca
- Parents:
- b1fc17a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mapwindow.cpp
rb1fc17a r9afc0ee 1 1 #include "mapwindow.h" 2 2 3 MapWindow::MapWindow(const QPixmap &aImage, QWidget *aParent)3 MapWindow::MapWindow(const QPixmap &aImage, const QString &aName, QWidget *aParent) 4 4 : QDialog(aParent) 5 5 { 6 6 setupUi(this); 7 7 setMouseTracking(true); // to receive mouse events 8 setWindowTitle(aName); 8 9 map->setPixmap(aImage); 9 10 }
Note: See TracChangeset
for help on using the changeset viewer.