redraw app icons

This commit is contained in:
Le Tan 2017-06-23 22:37:20 +08:00
parent c6986eeaf6
commit 4681d2becf
13 changed files with 27 additions and 9 deletions

View File

@ -18,7 +18,7 @@ VUpdater::VUpdater(QWidget *p_parent)
void VUpdater::setupUI()
{
QImage img(":/resources/icons/vnote.svg");
QImage img(":/resources/icons/vnote_update.svg");
QSize imgSize(128, 128);
QLabel *imgLabel = new QLabel();
imgLabel->setPixmap(QPixmap::fromImage(img.scaled(imgSize)));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -2,15 +2,16 @@
<svg width="704" height="704" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<title>vnote</title>
<g>
<title>Layer 3</title>
<rect stroke="#000000" id="svg_11" fill="#d6eace" stroke-width="5" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" x="-0.242409" y="-0.033089" width="704.290516" height="704.010575" stroke-opacity="0" rx="40" ry="40"/>
</g>
<g>
<title>Layer 1</title>
<rect stroke="#000000" ry="40" rx="40" stroke-opacity="0" id="svg_11" height="704.510604" width="704.290516" y="-0.083155" x="-0.246548" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="5" fill="#d6eace"/>
<path transform="rotate(90 421.7581481933593,520.1660156250001) " stroke="#000000" stroke-opacity="0" id="svg_16" d="m281.05692,660.46829l0,-280.60453l281.40245,280.60453l-281.40245,0z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#15ae67"/>
<path transform="rotate(-90 421.7887878417969,238.8740081787109) " id="svg_17" stroke="#000000" stroke-opacity="0" d="m281.08756,379.17628l0,-280.60453l281.40245,280.60453l-281.40245,0z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#15ae67"/>
<path stroke="#000000" transform="rotate(45 281.79150390625006,520.113037109375) " id="svg_18" stroke-opacity="0" d="m182.33522,619.21682l0,-198.20758l198.91257,198.20758l-198.91257,0z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#15ae67"/>
<path stroke="#000000" transform="rotate(90 492.17449951171875,168.43408203125006) " id="svg_19" stroke-opacity="0" d="m422.02674,238.38294l0,-139.89771l140.29552,139.89771l-140.29552,0z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#75c5b5"/>
<path stroke="#000000" transform="rotate(45 212.3482208251953,170.57028198242185) " stroke-opacity="0" id="svg_21" d="m113.18218,170.57029l99.16604,-100.31204l99.16604,100.31204l-99.16604,100.31204l-99.16604,-100.31204z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#15ae67"/>
<path transform="rotate(90 211.3333587646484,311.00537109375006) " id="svg_23" stroke="#000000" stroke-opacity="0" d="m141.1856,380.95421l0,-139.8977l140.29551,139.8977l-140.29551,0z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#15ae67"/>
<path stroke-opacity="0" id="svg_39" d="m282.42881,239.57986l-141.06249,141.17188l0,139.21875l140.0625,-140.0625l0.99999,-140.32813z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" stroke="#000000" fill="#15ae67"/>
<path id="svg_7" d="m160.375009,100.656259l-0.250009,389.843741l129.9375,129.9375l260.15625,-260.4375l0,-259.875l-260.15625,259.875l0,-259.59375l-129.687491,0.250009z" stroke-opacity="0" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" stroke="#000000" fill="#15ae67"/>
</g>
<g>
<title>Layer 2</title>
<path id="svg_8" d="m550.43365,100.304726l-130.205135,-0.003944l0,130.042969" stroke-opacity="0" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" stroke="#000000" fill="#75c5b5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<svg width="704" height="704" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<title>vnote</title>
<g>
<title>Layer 1</title>
<rect fill="#d6eace" stroke-width="5" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" x="-1.246548" y="-0.083155" width="704.290516" height="704.510604" id="svg_11" stroke-opacity="0" rx="40" ry="40" stroke="#000000"/>
<path fill="#15ae67" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m281.05692,688.46829l0,-280.60453l281.40245,280.60453l-281.40245,0z" id="svg_16" stroke-opacity="0" stroke="#000000" transform="rotate(90 421.7581176757812,548.1660156250001) "/>
<path fill="#15ae67" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m279.08756,388.17628l0,-280.60453l281.40245,280.60453l-281.40245,0z" stroke-opacity="0" stroke="#000000" id="svg_17" transform="rotate(-90 419.78875732421875,247.8740081787109) "/>
<path fill="#15ae67" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m166.33522,638.21682l0,-198.20758l198.91257,198.20758l-198.91257,0z" stroke-opacity="0" id="svg_18" transform="rotate(45 265.79150390625,539.113037109375) " stroke="#000000"/>
<path fill="#75c5b5" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m422.02674,183.38294l0,-139.89771l140.29552,139.89771l-140.29552,0z" stroke-opacity="0" id="svg_19" transform="rotate(90 492.17449951171875,113.43408203125004) " stroke="#000000"/>
<path fill="#15ae67" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m83.18218,84.57029l99.16604,-100.31204l99.16604,100.31204l-99.16604,100.31204l-99.16604,-100.31204z" id="svg_21" stroke-opacity="0" transform="rotate(45 182.34820556640625,84.57028198242189) " stroke="#000000"/>
<path fill="#15ae67" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m113.1856,333.95421l0,-139.8977l140.29551,139.8977l-140.29551,0z" stroke-opacity="0" stroke="#000000" id="svg_23" transform="rotate(90 183.33334350585935,264.00537109375006) "/>
<path fill="#15ae67" stroke="#000000" stroke-width="null" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" d="m255.42881,233.57986l-141.06249,141.17188l0,139.21875l140.0625,-140.0625l0.99999,-140.32813z" id="svg_39" stroke-opacity="0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -108,5 +108,6 @@
<file>utils/markdown-it/markdown-it-sup.min.js</file>
<file>utils/markdown-it/markdown-it-footnote.min.js</file>
<file>resources/icons/arrow_dropup.svg</file>
<file>resources/icons/vnote_update.svg</file>
</qresource>
</RCC>