#ifndef WEB1_H #define WEB1_H #include #include #include #include #include class Web1 : public QMainWindow { Q_OBJECT public: Web1( QString url_); QWebEngineView *view; QTimer *timer; int i; public slots: void update_(); void start_(); }; #endif // WEB1_H