cleanup the mess; no idea, what the ico-files sould be used for; added swisssbrowser.png as app-icon; refs #125 #122
@@ -13,6 +13,10 @@
|
|||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>SwissBrowser</string>
|
<string>SwissBrowser</string>
|
||||||
</property>
|
</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">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
|
@@ -279,7 +279,7 @@ int main(int argv, char** argc) try {
|
|||||||
QTextCodec::setCodecForLocale(utf8);
|
QTextCodec::setCodecForLocale(utf8);
|
||||||
QTextCodec::setCodecForTr(utf8);
|
QTextCodec::setCodecForTr(utf8);
|
||||||
QApplication app(argv, argc);
|
QApplication app(argv, argc);
|
||||||
app.setWindowIcon(QIcon(":/icons/appicon"));
|
app.setWindowIcon(QIcon(":/icons/32x32/swissbrowser.png"));
|
||||||
app.setApplicationName(QObject::trUtf8("SwissBrowser", "application name"));
|
app.setApplicationName(QObject::trUtf8("SwissBrowser", "application name"));
|
||||||
app.setApplicationVersion(VERSION);
|
app.setApplicationVersion(VERSION);
|
||||||
QTranslator qtTranslator;
|
QTranslator qtTranslator;
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="icons/32x32">
|
<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_01.png">resources/icons/32x32/butt32_01.png</file>
|
||||||
<file alias="butt32_02.png">resources/icons/32x32/butt32_02.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>
|
<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>
|
<file alias="butt32_11.png">resources/icons/32x32/butt32_11.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="icons/16x16">
|
<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_01.png">resources/icons/16x16/butt16_01.png</file>
|
||||||
<file alias="butt16_02.png">resources/icons/16x16/butt16_02.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>
|
<file alias="butt16_03.png">resources/icons/16x16/butt16_03.png</file>
|
||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 942 B After Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
0
src/resources/swissbrowser.png → src/resources/icons/32x32/swissbrowser.png
Normal file → Executable file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 345 KiB |
0
src/resources/SW_SwissBrowser_32x32x32.png → src/resources/icons/swissbrowser.png
Executable file → Normal file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |