Icon for shop plugin

print
Zdenek Jonak 9 years ago
parent c3397c779b
commit 1984b7cc3d

@ -0,0 +1 @@
<?xml version="1.0" ?><svg clip-rule="evenodd" fill-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient gradientUnits="userSpaceOnUse" id="a" x1="250" x2="250" y1="440.001" y2="235.001"><stop offset="0" stop-color="#008BFF"/><stop offset="1" stop-color="#0af"/></linearGradient></defs><path d="M138 440h224c22 0 42-17 46-39l32-166h-380c10 62 21 104 32 166 3 22 24 39 46 39z" fill="url(#a)" stroke="#434242" stroke-linejoin="round" stroke-width="10"/><path d="M220 100l-118 117m178-117l118 117" fill="none" stroke="#434242" stroke-width="40"/><path d="M258 80c-11 12-11 31 2 42 12 11 31 11 42-2 11-12 11-31-2-42-12-11-31-11-42 2zm-16 0c11 12 11 31-2 42-12 11-31 11-42-2-11-12-11-31 2-42 12-11 31-11 42 2z" fill="#279DFF" stroke="#434242" stroke-width="7.5"/><line fill="none" stroke="#434242" stroke-linecap="round" stroke-width="50" x1="60" x2="440" y1="220" y2="220"/><path d="M122 277l24 120m232-120l-24 120m-61-119l-7 121m-79-121l7 121" fill="none" stroke="#FCFCFD" stroke-linecap="round" stroke-width="30"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -14,5 +14,5 @@ void Shop::initServiceUi()
QIcon Shop::pluginIcon() QIcon Shop::pluginIcon()
{ {
return QIcon(); return QIcon(":/icons/shop.svg");
} }

@ -28,7 +28,7 @@ HEADERS += shop.h\
directsaleform.h \ directsaleform.h \
temporaryreceiptsaveform.h \ temporaryreceiptsaveform.h \
receiptsaveform.h \ receiptsaveform.h \
receiptloadform.h receiptloadform.h \
ishopitem.h \ ishopitem.h \
data/voucheritem.h \ data/voucheritem.h \
data/shop-data.h \ data/shop-data.h \

@ -1 +1,5 @@
<RCC/> <RCC>
<qresource prefix="/">
<file>icons/shop.svg</file>
</qresource>
</RCC>

Loading…
Cancel
Save