source:
src/gui/mapwindow.h
@
9afc0ee
Last change on this file since 9afc0ee was 9afc0ee, checked in by , 13 years ago | |
---|---|
|
|
File size: 370 bytes |
Line | |
---|---|
1 | #ifndef MAPWINDOW_H |
2 | #define MAPWINDOW_H |
3 | |
4 | #include <QDialog> |
5 | #include <QPixmap> |
6 | #include "ui_mapwindow.h" |
7 | |
8 | class MapWindow : public QDialog, Ui::MapWindow |
9 | { |
10 | public: |
11 | MapWindow(const QPixmap &aImage, const QString &aName, QWidget *aParent = NULL); |
12 | ~MapWindow() {} |
13 | protected: |
14 | virtual void mouseDoubleClickEvent(QMouseEvent *event); |
15 | }; |
16 | |
17 | #endif /* MAPWINDOW_H */ |
18 |
Note: See TracBrowser
for help on using the repository browser.