diff --git a/src/makefile.am b/src/makefile.am index 1a7e3d3..701edfb 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -40,7 +40,7 @@ tokentool_UIFILES = ui_tokentool.hxx ## list all %.qrc resource files as qrc_%.cxx ## note: if there exists a directory %, the file %.qrc is generated from that -tokentool_RESOURCES = qrc_languages.cxx # qrc_resources.cxx +tokentool_RESOURCES = qrc_languages.cxx qrc_resources.cxx ## list all final translation files, list all supported languages here tokentool_TRANSLATIONS = ${LANGUAGE_FILE_BASE}_en.qm \ diff --git a/src/resources.qrc b/src/resources.qrc index d593f4c..2b8acb6 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -1,6 +1,7 @@ - - - - - - \ No newline at end of file + + + resources/tokentool.png + resources/tokentool-logo.png + resources/tokentool-icon.png + + diff --git a/src/resources/tokentool-icon.png b/src/resources/tokentool-icon.png index cea3a3d..469778e 100644 Binary files a/src/resources/tokentool-icon.png and b/src/resources/tokentool-icon.png differ diff --git a/src/resources/tokentool-logo.png b/src/resources/tokentool-logo.png new file mode 100644 index 0000000..6e3e8fa Binary files /dev/null and b/src/resources/tokentool-logo.png differ diff --git a/src/tokentool.ui b/src/tokentool.ui index d204afd..52ab3e0 100644 --- a/src/tokentool.ui +++ b/src/tokentool.ui @@ -7,11 +7,15 @@ 0 0 640 - 428 + 481 - MainWindow + Tokentool + + + + :/resources/tokentool-icon.png:/resources/tokentool-icon.png @@ -20,7 +24,7 @@ 1 - + Certificates @@ -110,7 +114,7 @@ - + Hardware @@ -1295,7 +1299,7 @@ 0 0 640 - 23 + 22 @@ -1317,9 +1321,16 @@ + + + &Help + + + + @@ -1355,8 +1366,15 @@ QAction::QuitRole + + + &About + + - + + + actionQuit diff --git a/tokentool-icon.png b/tokentool-icon.png index cea3a3d..469778e 100644 Binary files a/tokentool-icon.png and b/tokentool-icon.png differ diff --git a/tokentool-icon.xcf b/tokentool-icon.xcf index b1dc23b..a45d214 100644 Binary files a/tokentool-icon.xcf and b/tokentool-icon.xcf differ diff --git a/tokentool-logo.png b/tokentool-logo.png new file mode 100644 index 0000000..6e3e8fa Binary files /dev/null and b/tokentool-logo.png differ