qt5
Last change
on this file since 2104023 was
02c1e09,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
diplayed map is closed by single-click, instead of double-click
|
-
Property mode set to
100644
|
File size:
366 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 mouseReleaseEvent(QMouseEvent *event); |
---|
15 | }; |
---|
16 | |
---|
17 | #endif /* MAPWINDOW_H */ |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.