mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +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;
|
|
}; |