From 0351429493f5ea55c38b35f93d7ae79856d74914 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Fri, 2 Oct 2015 15:22:59 +0200 Subject: Füge Anwendungslogo ein MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CryptLog.pro | 11 ++-- mainwindow.ui | 10 +++- res/CryptLogLogo.svg | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++ ressources.qrc | 5 ++ 4 files changed, 159 insertions(+), 6 deletions(-) create mode 100644 res/CryptLogLogo.svg create mode 100644 ressources.qrc diff --git a/CryptLog.pro b/CryptLog.pro index 06a704d..52e5193 100644 --- a/CryptLog.pro +++ b/CryptLog.pro @@ -15,19 +15,22 @@ TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ passworddialog.cpp \ + publickeyimportdialog.cpp \ crypt/hybridcrypt.cpp \ - crypt/cryptexception.cpp \ - publickeyimportdialog.cpp + crypt/cryptexception.cpp HEADERS += mainwindow.h \ passworddialog.h \ + publickeyimportdialog.h \ crypt/hybridcrypt.h \ - crypt/cryptexception.h \ - publickeyimportdialog.h + crypt/cryptexception.h FORMS += mainwindow.ui \ passworddialog.ui \ publickeyimportdialog.ui +RESOURCES += \ + ressources.qrc + unix: CONFIG += link_pkgconfig unix: PKGCONFIG += openssl diff --git a/mainwindow.ui b/mainwindow.ui index 30c22a3..aebb12c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -13,6 +13,10 @@ MainWindow + + + :/res/CryptLogLogo.svg:/res/CryptLogLogo.svg + @@ -113,7 +117,7 @@ 0 0 590 - 30 + 29 @@ -161,6 +165,8 @@ - + + + diff --git a/res/CryptLogLogo.svg b/res/CryptLogLogo.svg new file mode 100644 index 0000000..fcdaa4c --- /dev/null +++ b/res/CryptLogLogo.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ressources.qrc b/ressources.qrc new file mode 100644 index 0000000..6c3658a --- /dev/null +++ b/ressources.qrc @@ -0,0 +1,5 @@ + + + res/CryptLogLogo.svg + + -- cgit v1.2.3-70-g09d2