rename logo
22
icons.qrc
|
|
@ -1,15 +1,15 @@
|
|||
<RCC>
|
||||
<qresource prefix="">
|
||||
<file>icons/guh-logo.svg</file>
|
||||
<file>icons/guh-logo-8x8.png</file>
|
||||
<file>icons/guh-logo-16x16.png</file>
|
||||
<file>icons/guh-logo-22x22.png</file>
|
||||
<file>icons/guh-logo-32x32.png</file>
|
||||
<file>icons/guh-logo-48x48.png</file>
|
||||
<file>icons/guh-logo-64x64.png</file>
|
||||
<file>icons/guh-logo-120x120.png</file>
|
||||
<file>icons/guh-logo-128x128.png</file>
|
||||
<file>icons/guh-logo-256x256.png</file>
|
||||
<file>icons/guh-logo-512x512.png</file>
|
||||
<file>icons/nymea-logo.svg</file>
|
||||
<file>icons/nymea-logo-8x8.png</file>
|
||||
<file>icons/nymea-logo-16x16.png</file>
|
||||
<file>icons/nymea-logo-22x22.png</file>
|
||||
<file>icons/nymea-logo-32x32.png</file>
|
||||
<file>icons/nymea-logo-48x48.png</file>
|
||||
<file>icons/nymea-logo-64x64.png</file>
|
||||
<file>icons/nymea-logo-120x120.png</file>
|
||||
<file>icons/nymea-logo-128x128.png</file>
|
||||
<file>icons/nymea-logo-256x256.png</file>
|
||||
<file>icons/nymea-logo-512x512.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
|
@ -679,7 +679,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "8");
|
||||
writer.writeTextElement("height", "8");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-8x8.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-8x8.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -687,7 +687,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "16");
|
||||
writer.writeTextElement("height", "16");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-16x16.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-16x16.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -695,7 +695,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "22");
|
||||
writer.writeTextElement("height", "22");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-22x22.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-22x22.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -703,7 +703,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "32");
|
||||
writer.writeTextElement("height", "32");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-32x32.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-32x32.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -711,7 +711,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "48");
|
||||
writer.writeTextElement("height", "48");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-48x48.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-48x48.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -719,7 +719,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "64");
|
||||
writer.writeTextElement("height", "64");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-64x64.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-64x64.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -727,7 +727,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "120");
|
||||
writer.writeTextElement("height", "120");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-120x120.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-120x120.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -735,7 +735,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "128");
|
||||
writer.writeTextElement("height", "128");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-128x128.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-128x128.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -743,7 +743,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "256");
|
||||
writer.writeTextElement("height", "256");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-256x256.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-256x256.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeStartElement("icon");
|
||||
|
|
@ -751,7 +751,7 @@ QByteArray WebServer::createServerXmlDocument(QHostAddress address)
|
|||
writer.writeTextElement("width", "512");
|
||||
writer.writeTextElement("height", "512");
|
||||
writer.writeTextElement("depth", "8");
|
||||
writer.writeTextElement("url", "/icons/guh-logo-512x512.png");
|
||||
writer.writeTextElement("url", "/icons/nymea-logo-512x512.png");
|
||||
writer.writeEndElement(); // icon
|
||||
|
||||
writer.writeEndElement(); // iconList
|
||||
|
|
|
|||