一点修复

This commit is contained in:
Mike Solar
2023-08-01 09:04:53 +08:00
parent 57aea93735
commit ca35018346
12 changed files with 91 additions and 36 deletions

View File

@ -49,6 +49,8 @@ protected:
void mousePressEvent(QMouseEvent *event) override;
void mouseReleaseEvent(QMouseEvent *event) override;
private:
QColor text_color;
QColor text_cover_color;
QList<MyButton *> *buttons;
QImage *logo;
QImage *logo_cover;