VideoClient98/src/webmapwidget.h

19 lines
307 B
C++

#ifndef WEBMAPWIDGET_H
#define WEBMAPWIDGET_H
#include <QWebEnginePage>
#include <QWebEngineSettings>
#include <QWebEngineView>
class WebMapWidget : public QWebEngineView {
Q_OBJECT
public:
explicit WebMapWidget(QWebEngineView *parent = nullptr);
signals:
private:
};
#endif // WEBMAPWIDGET_H