This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IndoorMap/mapview/3D/navMesh/QNavMeshSettings.h
kazu 076c0e9157 changed 3D rendering
added pan/zoom gesture
2018-02-04 17:02:14 +01:00

25 lines
330 B
C++

#ifndef QNAVMESHSETTINGS_H
#define QNAVMESHSETTINGS_H
#include <QObject>
#include <QDialog>
namespace NM {
class NavMeshSettings;
}
class QNavMeshSettings : public QDialog {
Q_OBJECT
public:
QNavMeshSettings(NM::NavMeshSettings* settings, QWidget* parent = nullptr);
bool ok = false;
};
#endif // QNAVMESHSETTINGS_H