mirror of
https://github.com/ysoftdevs/Testa.git
synced 2026-01-17 17:07:18 +01:00
Initial Testa commit
This commit is contained in:
20
webengineview.h
Normal file
20
webengineview.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef WEBENGINEVIEW_H
|
||||
#define WEBENGINEVIEW_H
|
||||
|
||||
#include <QtCore/QtGlobal>
|
||||
#include <QtWebEngineWidgets/QWebEngineView>
|
||||
#include <QtWebEngineWidgets/QWebEnginePage>
|
||||
#include <QtWebEngineWidgets/QWebEngineSettings>
|
||||
|
||||
class WebEngineView : public QWebEngineView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
WebEngineView();
|
||||
|
||||
public Q_SLOTS:
|
||||
void showCustomContextMenu(const QPoint&);
|
||||
void loadUrl(QUrl url);
|
||||
};
|
||||
|
||||
#endif // WEBENGINEVIEW_H
|
||||
Reference in New Issue
Block a user