Another set of updated icons.

This commit is contained in:
Jim Evins
2017-02-18 21:33:50 -05:00
parent 59c9f8754d
commit 06d708d8ac
43 changed files with 318 additions and 55 deletions
+15 -19
View File
@@ -123,7 +123,6 @@ namespace glabels
public: public:
Merge() Merge()
{ {
addFile( ":icons/16x16/actions/glabels-merge.png" );
addFile( ":icons/24x24/actions/glabels-merge.png" ); addFile( ":icons/24x24/actions/glabels-merge.png" );
} }
}; };
@@ -134,8 +133,7 @@ namespace glabels
public: public:
ObjectProperties() ObjectProperties()
{ {
addFile( ":icons/16x16/actions/glabels-object-properties.png" ); addPixmap( QPixmap( ":icons/24x24/actions/glabels-object-properties.svg" ) );
addFile( ":icons/24x24/actions/glabels-object-properties.png" );
} }
}; };
@@ -145,9 +143,7 @@ namespace glabels
public: public:
AlignLeft() AlignLeft()
{ {
addFile( ":icons/16x16/actions/glabels-align-left.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-align-left.svg" ) );
addPixmap( QPixmap( ":icons/22x22/actions/glabels-align-left.svg" ) );
addPixmap( QPixmap( ":icons/24x24/actions/glabels-align-left.svg" ) );
} }
}; };
@@ -157,7 +153,7 @@ namespace glabels
public: public:
AlignHCenter() AlignHCenter()
{ {
addFile( ":icons/16x16/actions/glabels-align-hcenter.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-align-hcenter.svg" ) );
} }
}; };
@@ -167,7 +163,7 @@ namespace glabels
public: public:
AlignRight() AlignRight()
{ {
addFile( ":icons/16x16/actions/glabels-align-right.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-align-right.svg" ) );
} }
}; };
@@ -177,7 +173,7 @@ namespace glabels
public: public:
AlignBottom() AlignBottom()
{ {
addFile( ":icons/16x16/actions/glabels-align-bottom.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-align-bottom.svg" ) );
} }
}; };
@@ -187,7 +183,7 @@ namespace glabels
public: public:
AlignVCenter() AlignVCenter()
{ {
addFile( ":icons/16x16/actions/glabels-align-vcenter.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-align-vcenter.svg" ) );
} }
}; };
@@ -197,7 +193,7 @@ namespace glabels
public: public:
AlignTop() AlignTop()
{ {
addFile( ":icons/16x16/actions/glabels-align-top.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-align-top.svg" ) );
} }
}; };
@@ -207,7 +203,7 @@ namespace glabels
public: public:
CenterHoriz() CenterHoriz()
{ {
addFile( ":icons/16x16/actions/glabels-center-horiz.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-center-horiz.svg" ) );
} }
}; };
@@ -217,7 +213,7 @@ namespace glabels
public: public:
CenterVert() CenterVert()
{ {
addFile( ":icons/16x16/actions/glabels-center-vert.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-center-vert.svg" ) );
} }
}; };
@@ -227,7 +223,7 @@ namespace glabels
public: public:
FlipHoriz() FlipHoriz()
{ {
addFile( ":icons/16x16/actions/glabels-flip-horiz.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-flip-horiz.svg" ) );
} }
}; };
@@ -237,7 +233,7 @@ namespace glabels
public: public:
FlipVert() FlipVert()
{ {
addFile( ":icons/16x16/actions/glabels-flip-vert.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-flip-vert.svg" ) );
} }
}; };
@@ -247,7 +243,7 @@ namespace glabels
public: public:
RotateLeft() RotateLeft()
{ {
addFile( ":icons/16x16/actions/glabels-rotate-left.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-rotate-left.svg" ) );
} }
}; };
@@ -257,7 +253,7 @@ namespace glabels
public: public:
RotateRight() RotateRight()
{ {
addFile( ":icons/16x16/actions/glabels-rotate-right.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-rotate-right.svg" ) );
} }
}; };
@@ -267,7 +263,7 @@ namespace glabels
public: public:
OrderBottom() OrderBottom()
{ {
addFile( ":icons/16x16/actions/glabels-order-bottom.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-order-bottom.svg" ) );
} }
}; };
@@ -277,7 +273,7 @@ namespace glabels
public: public:
OrderTop() OrderTop()
{ {
addFile( ":icons/16x16/actions/glabels-order-top.png" ); addPixmap( QPixmap( ":icons/16x16/actions/glabels-order-top.svg" ) );
} }
}; };
+1 -1
View File
@@ -426,7 +426,7 @@ namespace glabels
{ {
mObject = 0; mObject = 0;
titleImageLabel->setPixmap( QPixmap(":icons/24x24/actions/glabels-object-properties.png") ); titleImageLabel->setPixmap( QPixmap(":icons/24x24/actions/glabels-object-properties.svg") );
titleLabel->setText( "Object properties" ); titleLabel->setText( "Object properties" );
setEnabled( false ); setEnabled( false );
} }
+16 -24
View File
@@ -3,29 +3,27 @@
<RCC version="1.0"> <RCC version="1.0">
<qresource> <qresource>
<file>icons/16x16/actions/edit-clear.png</file> <file>icons/16x16/actions/edit-clear.svg</file>
<file>icons/16x16/actions/glabels-align-bottom.png</file> <file>icons/16x16/actions/glabels-align-bottom.svg</file>
<file>icons/16x16/actions/glabels-align-hcenter.png</file> <file>icons/16x16/actions/glabels-align-hcenter.svg</file>
<file>icons/16x16/actions/glabels-align-left.png</file> <file>icons/16x16/actions/glabels-align-left.svg</file>
<file>icons/16x16/actions/glabels-align-right.png</file> <file>icons/16x16/actions/glabels-align-right.svg</file>
<file>icons/16x16/actions/glabels-align-top.png</file> <file>icons/16x16/actions/glabels-align-top.svg</file>
<file>icons/16x16/actions/glabels-align-vcenter.png</file> <file>icons/16x16/actions/glabels-align-vcenter.svg</file>
<file>icons/16x16/actions/glabels-arrow.svg</file> <file>icons/16x16/actions/glabels-arrow.svg</file>
<file>icons/16x16/actions/glabels-barcode.svg</file> <file>icons/16x16/actions/glabels-barcode.svg</file>
<file>icons/16x16/actions/glabels-box.svg</file> <file>icons/16x16/actions/glabels-box.svg</file>
<file>icons/16x16/actions/glabels-center-horiz.png</file> <file>icons/16x16/actions/glabels-center-horiz.svg</file>
<file>icons/16x16/actions/glabels-center-vert.png</file> <file>icons/16x16/actions/glabels-center-vert.svg</file>
<file>icons/16x16/actions/glabels-ellipse.svg</file> <file>icons/16x16/actions/glabels-ellipse.svg</file>
<file>icons/16x16/actions/glabels-flip-horiz.png</file> <file>icons/16x16/actions/glabels-flip-horiz.svg</file>
<file>icons/16x16/actions/glabels-flip-vert.png</file> <file>icons/16x16/actions/glabels-flip-vert.svg</file>
<file>icons/16x16/actions/glabels-image.svg</file> <file>icons/16x16/actions/glabels-image.svg</file>
<file>icons/16x16/actions/glabels-line.svg</file> <file>icons/16x16/actions/glabels-line.svg</file>
<file>icons/16x16/actions/glabels-merge.png</file> <file>icons/16x16/actions/glabels-order-bottom.svg</file>
<file>icons/16x16/actions/glabels-object-properties.png</file> <file>icons/16x16/actions/glabels-order-top.svg</file>
<file>icons/16x16/actions/glabels-order-bottom.png</file> <file>icons/16x16/actions/glabels-rotate-left.svg</file>
<file>icons/16x16/actions/glabels-order-top.png</file> <file>icons/16x16/actions/glabels-rotate-right.svg</file>
<file>icons/16x16/actions/glabels-rotate-left.png</file>
<file>icons/16x16/actions/glabels-rotate-right.png</file>
<file>icons/16x16/actions/glabels-text.svg</file> <file>icons/16x16/actions/glabels-text.svg</file>
<file>icons/16x16/actions/glabels-zoom-in.svg</file> <file>icons/16x16/actions/glabels-zoom-in.svg</file>
<file>icons/16x16/actions/glabels-zoom-one-to-one.svg</file> <file>icons/16x16/actions/glabels-zoom-one-to-one.svg</file>
@@ -54,7 +52,6 @@
<file>icons/22x22/actions/glabels-zoom-out.svg</file> <file>icons/22x22/actions/glabels-zoom-out.svg</file>
<file>icons/22x22/actions/glabels-zoom-to-fit.svg</file> <file>icons/22x22/actions/glabels-zoom-to-fit.svg</file>
<file>icons/24x24/actions/edit-clear.png</file>
<file>icons/24x24/actions/glabels-align-text-center.svg</file> <file>icons/24x24/actions/glabels-align-text-center.svg</file>
<file>icons/24x24/actions/glabels-align-text-left.svg</file> <file>icons/24x24/actions/glabels-align-text-left.svg</file>
<file>icons/24x24/actions/glabels-align-text-right.svg</file> <file>icons/24x24/actions/glabels-align-text-right.svg</file>
@@ -67,8 +64,7 @@
<file>icons/24x24/actions/glabels-format-text-underline.svg</file> <file>icons/24x24/actions/glabels-format-text-underline.svg</file>
<file>icons/24x24/actions/glabels-image.svg</file> <file>icons/24x24/actions/glabels-image.svg</file>
<file>icons/24x24/actions/glabels-line.svg</file> <file>icons/24x24/actions/glabels-line.svg</file>
<file>icons/24x24/actions/glabels-merge.png</file> <file>icons/24x24/actions/glabels-object-properties.svg</file>
<file>icons/24x24/actions/glabels-object-properties.png</file>
<file>icons/24x24/actions/glabels-text.svg</file> <file>icons/24x24/actions/glabels-text.svg</file>
<file>icons/24x24/actions/glabels-valign-text-bottom.svg</file> <file>icons/24x24/actions/glabels-valign-text-bottom.svg</file>
<file>icons/24x24/actions/glabels-valign-text-middle.svg</file> <file>icons/24x24/actions/glabels-valign-text-middle.svg</file>
@@ -81,10 +77,6 @@
<file>icons/24x24/actions/file-print.png</file> <file>icons/24x24/actions/file-print.png</file>
<file>icons/24x24/actions/file-save-as.png</file> <file>icons/24x24/actions/file-save-as.png</file>
<file>icons/24x24/actions/file-save.png</file> <file>icons/24x24/actions/file-save.png</file>
<file>icons/24x24/actions/zoom-best-fit.png</file>
<file>icons/24x24/actions/zoom-in.png</file>
<file>icons/24x24/actions/zoom-original.png</file>
<file>icons/24x24/actions/zoom-out.png</file>
<file>icons/24x24/apps/glabels.png</file> <file>icons/24x24/apps/glabels.png</file>
<file>icons/32x32/apps/glabels.png</file> <file>icons/32x32/apps/glabels.png</file>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 B

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 1,8 6,3 15,3 15,13 6,13 Z" />
<line
style="fill:none;stroke:#ffffff;stroke-opacity:1;stroke-width:1.25"
x1="7.5" y1="5.5" x2="12.5" y2="10.5" />
<line
style="fill:none;stroke:#ffffff;stroke-opacity:1;stroke-width:1.25"
x1="12.5" y1="5.5" x2="7.5" y2="10.5" />
</svg>

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="14.5" x2="15" y2="14.5" />
<rect
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="5.5" width="3" height="7" />
<rect
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="6.5" y="1.5" width="3" height="11" />
<rect
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="11.5" y="7.5" width="3" height="5" />
</svg>

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="3.5" y="1.5" width="8" height="3" />
<rect
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="6.5" width="12" height="3" />
<rect
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="4.5" y="11.5" width="6" height="3" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="7.5" y1="1" x2="7.5" y2="15" />
</svg>

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="3.5" y="1.5" width="7" height="3" />
<rect
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="3.5" y="6.5" width="11" height="3" />
<rect
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="3.5" y="11.5" width="5" height="3" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1.5" y1="1" x2="1.5" y2="15" />
</svg>

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="5.5" y="1.5" width="7" height="3" />
<rect
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="6.5" width="11" height="3" />
<rect
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="7.5" y="11.5" width="5" height="3" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="14.5" y1="1" x2="14.5" y2="15" />
</svg>

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="1.5" x2="15" y2="1.5" />
<rect
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="3.5" width="3" height="7" />
<rect
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="6.5" y="3.5" width="3" height="11" />
<rect
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="11.5" y="3.5" width="3" height="5" />
</svg>

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect
style="fill:#fce94f;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="4.5" width="3" height="8" />
<rect
style="fill:#729fcf;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="6.5" y="2.5" width="3" height="12" />
<rect
style="fill:#fcaf3e;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="11.5" y="5.5" width="3" height="6" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="8.5" x2="15" y2="8.5" />
</svg>

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="7.5" y1="1" x2="7.5" y2="14" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 7,7.5 4,5 4,10 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 8,7.5 11,5 11,10 Z" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="7.5" x2="6" y2="7.5" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="9" y1="7.5" x2="14" y2="7.5" />
</svg>

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="7.5" x2="14" y2="7.5" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 7.5,7 5,4 10,4 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 7.5,8 5,11 10,11 Z" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="7.5" y1="1" x2="7.5" y2="6" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="7.5" y1="9" x2="7.5" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 1.5,7.5 4.5,4.5 4.5,10.5 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 14.5,7.5 11.5,4.5 11.5,10.5 Z" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="4" y1="6.5" x2="12" y2="6.5" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="4" y1="8.5" x2="12" y2="8.5" />
</svg>

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 7.5,1.5 4.5,4.5 10.5,4.5 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 7.5,14.5 4.5,11.5 10.5,11.5 Z" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="6.5" y1="4" x2="6.5" y2="12" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="8.5" y1="4" x2="8.5" y2="12" />
</svg>

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect
style="fill:#8ae234;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="3.5" width="9" height="9" />
<rect
style="fill:#999999;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="7.5" y="1.5" width="7" height="7" />
</svg>

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<rect
style="fill:#999999;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="1.5" y="7.5" width="7" height="7" />
<rect
style="fill:#8ae234;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1"
x="5.5" y="1.5" width="9" height="9" />
</svg>

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="3.5" y1="1" x2="3.5" y2="15" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="12.5" x2="15" y2="12.5" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 4,3.5 7,1 7,6 Z" />
<path
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
d="M 12.5,12.5 A 9,9 0 0,0 5.5,3.5" />
</svg>

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="12.5" y1="1" x2="12.5" y2="15" />
<line
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
x1="1" y1="12.5" x2="15" y2="12.5" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 12,3.5 9,1 9,6 Z" />
<path
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
d="M 11.5,3.5 A 9,9 0 0,0 3.5,12.5" />
</svg>

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 B

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" >
<rect
style="fill:#f6e04a;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
width="15" height="15" x="5.5" y="2.5" />
<path
style="fill:#eeeeee;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
d="M 6.5,5.5 5.5,5.5 3.5,7.5 3.5,9.5 5.5,11.5 5.5,16.5 3.5,18.5 3.5,20.5 5.5,22.5 6.5,22.5 6.5,19.5 9.5,19.5 9.5,22.5 10.5,22.5 12.5,20.5 12.5,18.5 10.5,16.5 10.5,11.5 12.5,9.5 12.5,7.5 10.5,5.5 9.5,5.5 9.5,8.5 6.5,8.5 Z" />
</svg>

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

+2 -11
View File
@@ -70,7 +70,7 @@
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="../icons.qrc">
<normaloff>:/icons/16x16/actions/edit-clear.png</normaloff>:/icons/16x16/actions/edit-clear.png</iconset> <normaloff>:/icons/16x16/actions/edit-clear.svg</normaloff>:/icons/16x16/actions/edit-clear.svg</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
@@ -170,16 +170,7 @@
<item> <item>
<widget class="QWidget" name="categoriesCheckContainer" native="true"> <widget class="QWidget" name="categoriesCheckContainer" native="true">
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="leftMargin"> <property name="margin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing"> <property name="spacing">