driverview: use static icon (#27448)

* fix alpha

* prerender
old-commit-hash: c995acda7c502bc14fff431ba4832faa9dbaec18
This commit is contained in:
ZwX1616
2023-02-28 03:01:55 +08:00
committed by GitHub
parent 4cf0ce33d5
commit 1a42ef6b37
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eea9c1f018fb5176d38b74b996595f4aa2ded3f286f1989c9227f3ff0e826cc9
size 19875
oid sha256:63a9d5027779d9f1e82da718628933eb31e5072097337c42b09bf368b642ecb7
size 3769
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7565541b4e6213221174839b9b2b67397ced0b9807ea56413989fd37325b3b6
size 4908
+1 -1
View File
@@ -27,7 +27,7 @@ void DriverViewWindow::mouseReleaseEvent(QMouseEvent* e) {
}
DriverViewScene::DriverViewScene(QWidget* parent) : sm({"driverStateV2"}), QWidget(parent) {
face_img = loadPixmap("../assets/img_driver_face.png", {FACE_IMG_SIZE, FACE_IMG_SIZE});
face_img = loadPixmap("../assets/img_driver_face_static.png", {FACE_IMG_SIZE, FACE_IMG_SIZE});
}
void DriverViewScene::showEvent(QShowEvent* event) {