mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
实现QT6启动器,QT版本有qt5升级到qt6
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
#include <QMainWindow>
|
||||
#include <QtWebEngineWidgets/QWebEngineView>
|
||||
#include <QSplashScreen>
|
||||
|
||||
|
||||
|
||||
#include <QLabel>
|
||||
|
||||
class MainWeb : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MainWeb();
|
||||
|
||||
QWebEngineView webView;
|
||||
std::shared_ptr<QSplashScreen> splash {};
|
||||
QLabel label1;
|
||||
QLabel labelProgress;
|
||||
};
|
||||
Reference in New Issue
Block a user