cabana: add window icon (#27109)

* add logos

* most zoomed in

* add alt

* slightly zoomed more

* add images

* add draft images

* best image

* not working

* 96px icon image to reduce compiled size

* remove from selfdrive assets

* fixes
old-commit-hash: c7cc36d9ee
This commit is contained in:
Shane Smiskol
2023-02-20 13:15:59 -08:00
committed by GitHub
parent 7cd3e178c1
commit 05d0ff0f6e
3 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file alias="bootstrap-icons.svg">../../../third_party/bootstrap/bootstrap-icons.svg</file>
<file>cabana-icon.png</file>
</qresource>
</RCC>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:015cea9d425f747bce856fd2f5a6a57fca322159dde54554de11eda076273595
size 18008

View File

@@ -14,6 +14,7 @@ int main(int argc, char *argv[]) {
initApp(argc, argv);
QApplication app(argc, argv);
app.setApplicationDisplayName("Cabana");
app.setWindowIcon(QIcon(":cabana-icon.png"));
QCommandLineParser cmd_parser;
cmd_parser.addHelpOption();