mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
实现启动splash画面,实现天历史数据的处理和数据库存贮
This commit is contained in:
14
src/qt/MainWeb.h
Normal file
14
src/qt/MainWeb.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <QMainWindow>
|
||||
#include <QtWebEngineWidgets/QWebEngineView>
|
||||
#include <QSplashScreen>
|
||||
|
||||
|
||||
|
||||
|
||||
class MainWeb : public QMainWindow
|
||||
{
|
||||
public:
|
||||
MainWeb();
|
||||
|
||||
QWebEngineView webView;
|
||||
};
|
||||
Reference in New Issue
Block a user