mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
14 lines
188 B
C
14 lines
188 B
C
|
|
#include <QMainWindow>
|
||
|
|
#include <QtWebEngineWidgets/QWebEngineView>
|
||
|
|
#include <QSplashScreen>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
class MainWeb : public QMainWindow
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
MainWeb();
|
||
|
|
|
||
|
|
QWebEngineView webView;
|
||
|
|
};
|