10e5af0588
working, also added svg icons to the user interface. the settings button currently does nothing (still work in progress). during testing, i discovered QMediaPlayer would have trouble playing some music files that have an ID3 tag so AudFile was created as a way to read the size of the ID3 tag and step over it when QMediaPlayer reads from the file. although it fixed the playback issue, QMediaPlayer is now having trouble calculating the duration properly without the tag. i already have a solution to the porblem in mind, more to come in the next commit.
42 lines
875 B
XML
42 lines
875 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
viewBox="0 0 47.607 47.607" style="enable-background:new 0 0 47.607 47.607;" xml:space="preserve">
|
|
<g>
|
|
<path d="M17.991,40.976c0,3.662-2.969,6.631-6.631,6.631l0,0c-3.662,0-6.631-2.969-6.631-6.631V6.631C4.729,2.969,7.698,0,11.36,0
|
|
l0,0c3.662,0,6.631,2.969,6.631,6.631V40.976z"/>
|
|
<path d="M42.877,40.976c0,3.662-2.969,6.631-6.631,6.631l0,0c-3.662,0-6.631-2.969-6.631-6.631V6.631
|
|
C29.616,2.969,32.585,0,36.246,0l0,0c3.662,0,6.631,2.969,6.631,6.631V40.976z"/>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
<g>
|
|
</g>
|
|
</svg>
|