qt启动等待动态图
#ifndef SPLASHSCREEN_H
#define SPLASHSCREEN_H
#include <QLabel>
#include <QGridLayout>
#include <QTimer>
#include <QPainter>
#include <QMouseEvent>
//启动窗口
class SplashScreen : public QWidget
{Q_OBJECT
public:explicit Splas…
2026/7/4 3:02:55