mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-15 00:25:53 +00:00
svg projectM icons. are we a legitimate app yet?
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@896 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -13,5 +13,7 @@
|
||||
<file>images/icons/hi16-action-projectm_random_no.png</file>
|
||||
<file>images/icons/hi16-action-projectm_save.png</file>
|
||||
<file>images/icons/hi16-action-projectm_unlock.png</file>
|
||||
<file>images/icons/prjm-16transparent.png</file>
|
||||
<file>images/icons/prjm16-transparent.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
BIN
src/qprojectM/images/icons/prjm-16transparent.png
Normal file
BIN
src/qprojectM/images/icons/prjm-16transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 728 B |
63
src/qprojectM/images/icons/prjm16-transparent.svg
Normal file
63
src/qprojectM/images/icons/prjm16-transparent.svg
Normal file
@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://web.resource.org/cc/"
|
||||
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"
|
||||
width="64px"
|
||||
height="64px"
|
||||
id="svg2388"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.45.1"
|
||||
sodipodi:docbase="/home/pete"
|
||||
sodipodi:docname="m.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs2390" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.5"
|
||||
inkscape:cx="32"
|
||||
inkscape:cy="32"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:window-width="791"
|
||||
inkscape:window-height="588"
|
||||
inkscape:window-x="1121"
|
||||
inkscape:window-y="583" />
|
||||
<metadata
|
||||
id="metadata2393">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer">
|
||||
<path
|
||||
style="font-size:144px;font-style:normal;font-weight:bold;fill:#005db1;fill-opacity:1;stroke:#000000;stroke-width:1.09807491;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;font-family:Trebuchet MS"
|
||||
d="M 60.694122,61.142796 L 50.965865,61.142796 L 41.8038,28.449326 L 34.098021,50.895527 L 29.731367,50.895527 L 22.025587,28.449326 L 12.631895,61.142796 L 2.9422396,61.142796 L 22.017006,4.5490375 L 31.895392,33.866784 L 41.464946,4.5490375 L 60.694122,61.142796"
|
||||
id="path3315"
|
||||
sodipodi:nodetypes="cccccccccccc"
|
||||
inkscape:export-filename="/home/pete/M.png"
|
||||
inkscape:export-xdpi="150.29738"
|
||||
inkscape:export-ydpi="150.29738" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@ -12,6 +12,9 @@
|
||||
<property name="windowTitle" >
|
||||
<string>qprojectM</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset resource="application.qrc" >:/images/icons/prjm16-transparent.svg</iconset>
|
||||
</property>
|
||||
<property name="whatsThis" >
|
||||
<string/>
|
||||
</property>
|
||||
@ -26,7 +29,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>787</width>
|
||||
<height>23</height>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile" >
|
||||
|
||||
Reference in New Issue
Block a user