This commit is contained in:
Your Name
2024-05-09 21:23:23 -05:00
parent fbd09ad9bd
commit 7d9065c868
3 changed files with 18 additions and 6 deletions

View File

@@ -18,8 +18,12 @@ class ReadyWindow : public QWidget {
public:
ReadyWindow(QWidget* parent = nullptr);
private:
void paintEvent(QPaintEvent *event) override;
void showEvent(QShowEvent *event) override;
void hideEvent(QHideEvent *event) override;
void refresh();
void paintEvent(QPaintEvent *event) override;
Params params;
QTimer* timer;
bool is_hot = false;
QString cur_temp;
QPixmap img_ready;