cleanup the mess; no idea, what the ico-files sould be used for; added swisssbrowser.png as app-icon; refs #125 #122

This commit is contained in:
Marc Wäckerlin
2012-04-18 13:57:45 +00:00
parent c536faa4cc
commit 49c636dd48
15 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,10 @@
<property name="windowTitle">
<string>SwissBrowser</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icons/32x32/resources/icons/32x32/swissbrowser.png</normaloff>:/icons/32x32/resources/icons/32x32/swissbrowser.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">

View File

@@ -279,7 +279,7 @@ int main(int argv, char** argc) try {
QTextCodec::setCodecForLocale(utf8);
QTextCodec::setCodecForTr(utf8);
QApplication app(argv, argc);
app.setWindowIcon(QIcon(":/icons/appicon"));
app.setWindowIcon(QIcon(":/icons/32x32/swissbrowser.png"));
app.setApplicationName(QObject::trUtf8("SwissBrowser", "application name"));
app.setApplicationVersion(VERSION);
QTranslator qtTranslator;

View File

@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="icons/32x32">
<file>resources/icons/32x32/swissbrowser.png</file>
<file alias="butt32_01.png">resources/icons/32x32/butt32_01.png</file>
<file alias="butt32_02.png">resources/icons/32x32/butt32_02.png</file>
<file alias="butt32_03.png">resources/icons/32x32/butt32_03.png</file>
@@ -15,6 +16,7 @@
<file alias="butt32_11.png">resources/icons/32x32/butt32_11.png</file>
</qresource>
<qresource prefix="icons/16x16">
<file>resources/icons/16x16/swissbrowser.png</file>
<file alias="butt16_01.png">resources/icons/16x16/butt16_01.png</file>
<file alias="butt16_02.png">resources/icons/16x16/butt16_02.png</file>
<file alias="butt16_03.png">resources/icons/16x16/butt16_03.png</file>

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 942 B

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 345 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
src/swissbrowser.icns Normal file → Executable file
View File