From 63cae9e7ea79c907cf394def4be1d3897f6f77aa Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 10 Nov 2019 01:18:12 -0600 Subject: Qt UI: Set icon :) --- ui/qt5/horizon.qrc | 3 +++ ui/qt5/main.cc | 3 +++ 2 files changed, 6 insertions(+) (limited to 'ui/qt5') diff --git a/ui/qt5/horizon.qrc b/ui/qt5/horizon.qrc index 0af23db..b828069 100644 --- a/ui/qt5/horizon.qrc +++ b/ui/qt5/horizon.qrc @@ -14,4 +14,7 @@ resources/network-start-help.txt resources/packages-simple-help.txt + + ../../assets/horizon-256.png + diff --git a/ui/qt5/main.cc b/ui/qt5/main.cc index 3e67753..1881876 100644 --- a/ui/qt5/main.cc +++ b/ui/qt5/main.cc @@ -11,6 +11,7 @@ */ #include +#include #include #include @@ -29,6 +30,8 @@ int main(int argc, char *argv[]) { app.installTranslator(translator); } + app.setWindowIcon(QIcon(":/horizon-256.png")); + HorizonWizard wizard; wizard.show(); -- cgit v1.2.3-60-g2f50