This commit is contained in:
Your Name
2024-02-13 03:13:35 -06:00
parent f1c84854ed
commit ff80bfe06a

View File

@@ -3,7 +3,7 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <QPainter> #include <QPainter>
#include <QStackedLayout> #include <QStackedLayout>
#include <QApplication> #include <QApplication>
@@ -19,7 +19,7 @@ LogoWidget::LogoWidget(QWidget *parent) : QWidget(parent) {
setAttribute(Qt::WA_OpaquePaintEvent); setAttribute(Qt::WA_OpaquePaintEvent);
setFixedSize(spinner_size); setFixedSize(spinner_size);
// pre-compute all the track imgs. make this a gif instead? // pre-compute all the track imgs.
QPixmap comma_img = loadPixmap("../assets/img_spinner_comma.png", spinner_size); QPixmap comma_img = loadPixmap("../assets/img_spinner_comma.png", spinner_size);
QPixmap track_img = loadPixmap("../assets/img_spinner_track.png", spinner_size); QPixmap track_img = loadPixmap("../assets/img_spinner_track.png", spinner_size);