QCommonStyle: add 128px versions of media icons
Add 128px versions of (nearly) all media icons and including the svg source. Task-number: QTBUG-118122 Change-Id: Iac03f2bb8c0f5fe5d873a996b16eac5808475a19 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
|
|
@ -146,18 +146,25 @@ set(qstyle_resource_files
|
|||
"styles/images/left-128.png"
|
||||
"styles/images/left-16.png"
|
||||
"styles/images/left-32.png"
|
||||
"styles/images/media-pause-128.png"
|
||||
"styles/images/media-pause-16.png"
|
||||
"styles/images/media-pause-32.png"
|
||||
"styles/images/media-play-128.png"
|
||||
"styles/images/media-play-16.png"
|
||||
"styles/images/media-play-32.png"
|
||||
"styles/images/media-seek-backward-128.png"
|
||||
"styles/images/media-seek-backward-16.png"
|
||||
"styles/images/media-seek-backward-32.png"
|
||||
"styles/images/media-seek-forward-128.png"
|
||||
"styles/images/media-seek-forward-16.png"
|
||||
"styles/images/media-seek-forward-32.png"
|
||||
"styles/images/media-skip-backward-128.png"
|
||||
"styles/images/media-skip-backward-16.png"
|
||||
"styles/images/media-skip-backward-32.png"
|
||||
"styles/images/media-skip-forward-128.png"
|
||||
"styles/images/media-skip-forward-16.png"
|
||||
"styles/images/media-skip-forward-32.png"
|
||||
"styles/images/media-stop-128.png"
|
||||
"styles/images/media-stop-16.png"
|
||||
"styles/images/media-stop-32.png"
|
||||
"styles/images/media-volume-16.png"
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 201 B |
|
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-pause.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-pause-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="16.572815"
|
||||
inkscape:cx="13.411945"
|
||||
inkscape:cy="7.5009653"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><g
|
||||
id="g1774"><rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.0575"
|
||||
id="rect1755"
|
||||
width="3"
|
||||
height="10"
|
||||
x="3.5"
|
||||
y="3" /><rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.0575"
|
||||
id="rect1755-3"
|
||||
width="3"
|
||||
height="10"
|
||||
x="9.5"
|
||||
y="3" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 859 B |
|
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 213 B |
|
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 296 B |
|
|
@ -0,0 +1,74 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-play.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-play-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="33.14563"
|
||||
inkscape:cx="11.425943"
|
||||
inkscape:cy="9.1913339"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19"
|
||||
width="2.0723703"
|
||||
height="9.2413387"
|
||||
x="10.277523"
|
||||
y="-4.6206694"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101216;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(44.999999)"
|
||||
inkscape:label="rect2" /><rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><path
|
||||
id="rect873"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.93347"
|
||||
d="M 3 3 L 3 13 L 12.896484 8 L 3 3 z " /></svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 228 B |
|
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 327 B |
|
|
@ -0,0 +1,79 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-seek-backward.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-seek-backward-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="33.14563"
|
||||
inkscape:cx="12.532344"
|
||||
inkscape:cy="7.584329"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19"
|
||||
width="2.0723703"
|
||||
height="9.2413387"
|
||||
x="-12.349894"
|
||||
y="-4.6206694"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101216;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-135)"
|
||||
inkscape:label="rect2" /><rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><g
|
||||
id="g1560"
|
||||
transform="rotate(180,8,7.9999997)"><path
|
||||
id="rect873"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="m 2,4 v 8 L 9,7.9999998 Z" /><path
|
||||
id="rect873-5"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="m 7,4 v 8 l 7,-4.0000002 z" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 919 B |
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 321 B |
|
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-seek-forward.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-seek-forward-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="33.14563"
|
||||
inkscape:cx="12.532344"
|
||||
inkscape:cy="7.584329"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19"
|
||||
width="2.0723703"
|
||||
height="9.2413387"
|
||||
x="10.277523"
|
||||
y="-4.6206694"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101216;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(44.999999)"
|
||||
inkscape:label="rect2" /><rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><g
|
||||
id="g1560"><path
|
||||
id="rect873"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="m 2,4 v 8 L 9,7.9999998 Z" /><path
|
||||
id="rect873-5"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="m 7,4 v 8 l 7,-4.0000002 z" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 933 B |
|
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 226 B |
|
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 322 B |
|
|
@ -0,0 +1,84 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-skip-backward.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-skip-backward-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="33.14563"
|
||||
inkscape:cx="5.5133468"
|
||||
inkscape:cy="10.107665"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><g
|
||||
id="g1687"><rect
|
||||
id="rect19"
|
||||
width="2.0723703"
|
||||
height="9.2413387"
|
||||
x="-12.349894"
|
||||
y="-4.6206694"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101216;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-135)"
|
||||
inkscape:label="rect2" /><path
|
||||
id="rect873"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="M 14,11.999999 V 3.9999994 L 7,7.9999996 Z" /><path
|
||||
id="rect873-5"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="M 9,11.999999 V 3.9999994 L 2,7.9999996 Z" /><rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.13809"
|
||||
id="rect1594"
|
||||
width="1"
|
||||
height="8"
|
||||
x="2"
|
||||
y="4" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 908 B |
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 318 B |
|
|
@ -0,0 +1,84 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-skip-forward.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-skip-forward-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="33.14563"
|
||||
inkscape:cx="12.532344"
|
||||
inkscape:cy="7.584329"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><g
|
||||
id="g1659"><rect
|
||||
id="rect19"
|
||||
width="2.0723703"
|
||||
height="9.2413387"
|
||||
x="10.277523"
|
||||
y="-4.6206694"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101216;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(44.999999)"
|
||||
inkscape:label="rect2" /><path
|
||||
id="rect873"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="m 2,4 v 8 L 9,7.9999998 Z" /><path
|
||||
id="rect873-5"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.45442"
|
||||
d="m 7,4 v 8 l 7,-4.0000002 z" /><rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2"
|
||||
id="rect1633"
|
||||
width="1"
|
||||
height="8"
|
||||
x="13"
|
||||
y="4" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 264 B |
|
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 136 B |
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 147 B |
|
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 16 16"
|
||||
style="enable-background:new 0 0 16 16;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="media-stop.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
inkscape:export-filename="/home/chehrlic/kde/qt.src/qtbase/src/widgets/styles/images/media-stop-128.png"
|
||||
inkscape:export-xdpi="768"
|
||||
inkscape:export-ydpi="768"><metadata
|
||||
id="metadata15"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="918"
|
||||
id="namedview11"
|
||||
showgrid="true"
|
||||
inkscape:zoom="33.14563"
|
||||
inkscape:cx="5.5133468"
|
||||
inkscape:cy="10.107665"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:document-rotation="0"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid925" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:none;}
|
||||
</style>
|
||||
|
||||
<rect
|
||||
id="rect19-6"
|
||||
width="2.0723705"
|
||||
height="9.2413378"
|
||||
x="-1.0361853"
|
||||
y="6.6930394"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101217;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="rotate(-45)"
|
||||
inkscape:label="rect1"
|
||||
sodipodi:insensitive="true" /><rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.06992"
|
||||
id="rect1703"
|
||||
width="12"
|
||||
height="12"
|
||||
x="2"
|
||||
y="2" /></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
|
@ -5522,7 +5522,6 @@ static constexpr auto titleBarSizes = {16, 32, 48};
|
|||
static constexpr auto toolBarExtHSizes = {8, 16, 32};
|
||||
static constexpr auto toolBarExtVSizes = {5, 10, 20};
|
||||
static constexpr auto pngIconSizes = {16, 32, 128};
|
||||
static constexpr auto mediaIconSizes = {16, 32};
|
||||
#endif // imageformat_png
|
||||
|
||||
/*! \reimp */
|
||||
|
|
@ -6044,25 +6043,25 @@ QIcon QCommonStylePrivate::iconFromResourceTheme(QCommonStyle::StandardPixmap st
|
|||
addIconFiles(u"stop-", {24, 32}, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaPlay:
|
||||
addIconFiles(u"media-play-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-play-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaPause:
|
||||
addIconFiles(u"media-pause-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-pause-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaStop:
|
||||
addIconFiles(u"media-stop-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-stop-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaSeekForward:
|
||||
addIconFiles(u"media-seek-forward-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-seek-forward-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaSeekBackward:
|
||||
addIconFiles(u"media-seek-backward-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-seek-backward-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaSkipForward:
|
||||
addIconFiles(u"media-skip-forward-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-skip-forward-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaSkipBackward:
|
||||
addIconFiles(u"media-skip-backward-", mediaIconSizes, icon);
|
||||
addIconFiles(u"media-skip-backward-", pngIconSizes, icon);
|
||||
break;
|
||||
case QStyle::SP_MediaVolume:
|
||||
addIconFiles(u"media-volume-", {16}, icon);
|
||||
|
|
|
|||