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: c7cc36d9ee22aea2e07aab61d51f0f949b64bcf5
This commit is contained in:
@@ -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>
|
||||
|
||||
BIN
tools/cabana/assets/cabana-icon.png
LFS
Normal file
BIN
tools/cabana/assets/cabana-icon.png
LFS
Normal file
Binary file not shown.
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user