wip
This commit is contained in:
@@ -46,6 +46,14 @@ void ReadyWindow::paintEvent(QPaintEvent *event) {
|
||||
|
||||
// Draw the pixmap at the calculated position.
|
||||
painter.drawPixmap(x, y, comma_img);
|
||||
|
||||
// TODO: Referencw widgets/offroad_alert.cc
|
||||
// std::string bytes = params.get(key);
|
||||
// if params value Offroad_TemperatureTooHigh is set with bytes > 0, then
|
||||
// temp is too high. show hot.png. Add current temp to the right of the logo.
|
||||
// otherwise, if offroad_alert widget would otherwise display, then ditch the ready.cc
|
||||
// screen and go to home.cc.
|
||||
|
||||
}
|
||||
|
||||
void ReadyWindow::showEvent(QShowEvent *event) {
|
||||
|
||||
Reference in New Issue
Block a user